move world-related sources from files/ to world/files

This commit is contained in:
MihailRis
2025-01-30 15:02:28 +03:00
parent df5645eb07
commit e5d558d357
22 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "data/StructLayout.hpp"
#include "coders/byte_utils.hpp"
#include "content/Content.hpp"
#include "files/WorldFiles.hpp"
#include "world/files/WorldFiles.hpp"
#include "graphics/core/Mesh.hpp"
#include "lighting/Lightmap.hpp"
#include "maths/aabb.hpp"
+1 -1
View File
@@ -5,7 +5,7 @@
#include "content/Content.hpp"
#include "coders/json.hpp"
#include "debug/Logger.hpp"
#include "files/WorldFiles.hpp"
#include "world/files/WorldFiles.hpp"
#include "items/Inventories.hpp"
#include "lighting/Lightmap.hpp"
#include "maths/voxmaths.hpp"
+1 -1
View File
@@ -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;