rename ChunksStorage to GlobalChunks

This commit is contained in:
MihailRis
2024-12-14 18:58:51 +03:00
parent 323acb2573
commit e713412a6d
11 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "voxels/Chunk.hpp"
#include "voxels/Chunks.hpp"
#include "voxels/voxel.hpp"
#include "voxels/ChunksStorage.hpp"
#include "voxels/GlobalChunks.hpp"
#include "world/Level.hpp"
#include "maths/voxmaths.hpp"
#include "data/StructLayout.hpp"
+1 -1
View File
@@ -13,7 +13,7 @@
#include "lighting/Lighting.hpp"
#include "voxels/Chunk.hpp"
#include "voxels/Chunks.hpp"
#include "voxels/ChunksStorage.hpp"
#include "voxels/GlobalChunks.hpp"
#include "world/Level.hpp"
#include "world/World.hpp"