From f63474ae423b9922806ff0d74ee8dc6bd3853c9d Mon Sep 17 00:00:00 2001 From: MatthewI1 <84129436+MatthewI1@users.noreply.github.com> Date: Wed, 24 Sep 2025 22:00:05 +0100 Subject: [PATCH] Fix broken header path --- SRC/AABB.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {