Start of a movement system with collisions against AABBs
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef CollidableOctreeSystem_h__
|
||||
#define CollidableOctreeSystem_h__
|
||||
|
||||
#include "../Core/System.h"
|
||||
#include "../Core/Octree.h"
|
||||
#include "Collision.h"
|
||||
@@ -16,4 +19,6 @@ public:
|
||||
|
||||
private:
|
||||
Octree* m_Octree;
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user