SaveState: Rename ChunkFile files to Serialize.

Makes more sense and less weird than ChunkFileDoMap, etc.
This commit is contained in:
Unknown W. Brackets 2020-08-10 00:12:51 -07:00
parent d0f3cfeb9b
commit b8342fb8ec
112 changed files with 268 additions and 231 deletions

View file

@ -26,8 +26,8 @@
#include "util/text/parsers.h"
#include "Common/FileUtil.h"
#include "Common/ChunkFile.h"
#include "Common/ChunkFileDo.h"
#include "Common/Serialize/Serializer.h"
#include "Common/Serialize/SerializeFuncs.h"
#include "Core/SaveState.h"
#include "Core/Config.h"