move world-related sources from files/ to world/files
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "coders/rle.hpp"
|
||||
#include "coders/gzip.hpp"
|
||||
|
||||
#include "files/WorldFiles.hpp"
|
||||
#include "world/files/WorldFiles.hpp"
|
||||
|
||||
inline constexpr int HAS_VOXELS = 0x1;
|
||||
inline constexpr int HAS_METADATA = 0x2;
|
||||
|
||||
Reference in New Issue
Block a user