diff --git a/SRC/AABB.C b/SRC/AABB.C index 38468cd..383e241 100644 --- a/SRC/AABB.C +++ b/SRC/AABB.C @@ -1,4 +1,4 @@ -#include "NGN/aabb.h" +#include "aabb.h" #include "gameobj.h" int checkAABBCollision(const struct GameObject* one, const struct GameObject* two) {