maths/
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#include <graphics/core/Model.hpp>
|
||||
#include <graphics/render/ModelBatch.hpp>
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include "../maths/FrustumCulling.hpp"
|
||||
#include "../maths/rays.hpp"
|
||||
#include <maths/FrustumCulling.hpp>
|
||||
#include <maths/rays.hpp>
|
||||
#include "EntityDef.hpp"
|
||||
#include "rigging.hpp"
|
||||
#include "../physics/Hitbox.hpp"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include <typedefs.hpp>
|
||||
#include "../maths/aabb.hpp"
|
||||
#include <maths/aabb.hpp>
|
||||
#include "../physics/Hitbox.hpp"
|
||||
|
||||
namespace rigging {
|
||||
|
||||
Reference in New Issue
Block a user