diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-06 15:32:31 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-06 15:32:31 +0100 |
commit | 27a5332ee8e905d346a088ac7f4d1d1bb30025c4 (patch) | |
tree | 4fd6de40c24db089937a7e7573950f8c8117c33a /src/crepe/api/Script.h | |
parent | 5350944a3967042e3eb1136859660addaa771593 (diff) |
review feedback
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r-- | src/crepe/api/Script.h | 2 |
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" |