SaveState: Rename ChunkFile files to Serialize.
Makes more sense and less weird than ChunkFileDoMap, etc.
This commit is contained in:
parent
d0f3cfeb9b
commit
b8342fb8ec
112 changed files with 268 additions and 231 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue