Root includes
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <vector>
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "../maths/aabb.hpp"
|
||||
#include "../physics/Hitbox.hpp"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
class Assets;
|
||||
class ModelBatch;
|
||||
|
||||
Reference in New Issue
Block a user