Root includes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <stack>
|
||||
#include <utility>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "../util/stringutil.hpp"
|
||||
#include "WorldFiles.hpp"
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user