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
@@ -5,9 +5,9 @@
#include <memory>
#include <queue>
#include "../delegates.hpp"
#include <delegates.hpp>
#include "../interfaces/Task.hpp"
#include "../typedefs.hpp"
#include <typedefs.hpp>
namespace fs = std::filesystem;
+4 -4
View File
@@ -10,9 +10,9 @@
#include "../coders/byte_utils.hpp"
#include "../coders/json.hpp"
#include "../constants.hpp"
#include <constants.hpp>
#include "../content/Content.hpp"
#include "../core_defs.hpp"
#include <core_defs.hpp>
#include "../data/dynamic.hpp"
#include "../debug/Logger.hpp"
#include "../items/Inventory.hpp"
@@ -22,8 +22,8 @@
#include "../objects/EntityDef.hpp"
#include "../objects/Player.hpp"
#include "../physics/Hitbox.hpp"
#include "../settings.hpp"
#include "../typedefs.hpp"
#include <settings.hpp>
#include <typedefs.hpp>
#include "../util/data_io.hpp"
#include "../voxels/Block.hpp"
#include "../voxels/Chunk.hpp"
+1 -1
View File
@@ -8,7 +8,7 @@
#include <vector>
#include "../content/ContentPack.hpp"
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../voxels/Chunk.hpp"
#include "WorldRegions.hpp"
#include "files.hpp"
+1 -1
View File
@@ -10,7 +10,7 @@
#include <unordered_map>
#include "../data/dynamic_fwd.hpp"
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../util/BufferPool.hpp"
#include "../voxels/Chunk.hpp"
#include "files.hpp"
+1 -1
View File
@@ -6,7 +6,7 @@
#include <stack>
#include <utility>
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../util/stringutil.hpp"
#include "WorldFiles.hpp"
+1 -1
View File
@@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include "../typedefs.hpp"
#include <typedefs.hpp>
namespace fs = std::filesystem;
+1 -1
View File
@@ -6,7 +6,7 @@
#include "../coders/json.hpp"
#include "../coders/toml.hpp"
#include "../debug/Logger.hpp"
#include "../settings.hpp"
#include <settings.hpp>
#include "../window/Events.hpp"
#include "../window/input.hpp"