This commit is contained in:
InfiniteCoder
2024-08-04 12:45:08 +03:00
parent 39618f09aa
commit e1e3456139
46 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include <utility>
#include "../content/ContentLUT.hpp"
#include <content/ContentLUT.hpp>
#include "../items/Inventory.hpp"
#include "../lighting/Lightmap.hpp"
#include "voxel.hpp"
+1 -1
View File
@@ -8,7 +8,7 @@
#include <coders/byte_utils.hpp>
#include <coders/json.hpp>
#include "../content/Content.hpp"
#include <content/Content.hpp>
#include "../files/WorldFiles.hpp"
#include "../graphics/core/Mesh.hpp"
#include "../lighting/Lightmap.hpp"
+1 -1
View File
@@ -1,6 +1,6 @@
#include "ChunksStorage.hpp"
#include "../content/Content.hpp"
#include <content/Content.hpp>
#include "../debug/Logger.hpp"
#include "../files/WorldFiles.hpp"
#include "../items/Inventories.hpp"
+1 -1
View File
@@ -14,7 +14,7 @@
#include <stdexcept>
#include <vector>
#include "../content/Content.hpp"
#include <content/Content.hpp>
#include <core_defs.hpp>
#include "../maths/FastNoiseLite.h"
#include "../maths/util.hpp"
+1 -1
View File
@@ -1,6 +1,6 @@
#include "FlatWorldGenerator.hpp"
#include "../content/Content.hpp"
#include <content/Content.hpp>
#include <core_defs.hpp>
#include "Chunk.hpp"
#include "voxel.hpp"
+1 -1
View File
@@ -1,6 +1,6 @@
#include "WorldGenerator.hpp"
#include "../content/Content.hpp"
#include <content/Content.hpp>
#include "Block.hpp"
#include "Chunk.hpp"
#include "voxel.hpp"