aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Script.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-06 15:32:31 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-06 15:32:31 +0100
commit27a5332ee8e905d346a088ac7f4d1d1bb30025c4 (patch)
tree4fd6de40c24db089937a7e7573950f8c8117c33a /src/crepe/api/Script.h
parent5350944a3967042e3eb1136859660addaa771593 (diff)
review feedback
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r--src/crepe/api/Script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h
index 1474a09..3d416a1 100644
--- a/src/crepe/api/Script.h
+++ b/src/crepe/api/Script.h
@@ -3,7 +3,7 @@
#include <vector>
#include "../manager/EventManager.h"
-#include "system/CollisionSystem.h"
+#include "../system/CollisionSystem.h"
#include "../manager/Mediator.h"
#include "../types.h"
#include "../util/OptionalRef.h"