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
+1 -1
View File
@@ -7,7 +7,7 @@
#include "../content/Content.hpp"
#include "../data/dynamic_util.hpp"
#include "../debug/Logger.hpp"
#include "../engine.hpp"
#include <engine.hpp>
#include "../graphics/core/DrawContext.hpp"
#include "../graphics/core/LineBatch.hpp"
#include "../graphics/core/Model.hpp"
+1 -1
View File
@@ -8,7 +8,7 @@
#include "../data/dynamic.hpp"
#include "../physics/Hitbox.hpp"
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../util/Clock.hpp"
#define GLM_ENABLE_EXPERIMENTAL
#include <entt/entity/registry.hpp>
+1 -1
View File
@@ -5,7 +5,7 @@
#include <vector>
#include <glm/glm.hpp>
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../maths/aabb.hpp"
#include "../physics/Hitbox.hpp"
+1 -1
View File
@@ -8,7 +8,7 @@
#include "../data/dynamic.hpp"
#include "../interfaces/Object.hpp"
#include "../interfaces/Serializable.hpp"
#include "../settings.hpp"
#include <settings.hpp>
#include "../voxels/voxel.hpp"
class Camera;
+1 -1
View File
@@ -7,7 +7,7 @@
#include <unordered_map>
#include <vector>
#include "../typedefs.hpp"
#include <typedefs.hpp>
class Assets;
class ModelBatch;