This commit is contained in:
InfiniteCoder
2024-08-04 22:42:44 +03:00
parent 5c9bc83bbd
commit c7755040bd
45 changed files with 85 additions and 85 deletions
+4 -4
View File
@@ -4,10 +4,10 @@
#include "../../maths/UVRegion.hpp"
#include <constants.hpp>
#include <content/Content.hpp>
#include "../../voxels/Block.hpp"
#include "../../voxels/Chunk.hpp"
#include "../../voxels/VoxelsVolume.hpp"
#include "../../voxels/ChunksStorage.hpp"
#include <voxels/Block.hpp>
#include <voxels/Chunk.hpp>
#include <voxels/VoxelsVolume.hpp>
#include <voxels/ChunksStorage.hpp>
#include "../../lighting/Lightmap.hpp"
#include "../../frontend/ContentGfxCache.hpp"
#include <settings.hpp>