Root includes

This commit is contained in:
InfiniteCoder
2024-08-04 10:24:11 +03:00
parent eeb9ba77fb
commit d5dc68dd38
132 changed files with 164 additions and 164 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include "../core/Mesh.hpp"
#include "../../maths/UVRegion.hpp"
#include "../../constants.hpp"
#include <constants.hpp>
#include "../../content/Content.hpp"
#include "../../voxels/Block.hpp"
#include "../../voxels/Chunk.hpp"
@@ -10,7 +10,7 @@
#include "../../voxels/ChunksStorage.hpp"
#include "../../lighting/Lightmap.hpp"
#include "../../frontend/ContentGfxCache.hpp"
#include "../../settings.hpp"
#include <settings.hpp>
#include <glm/glm.hpp>