aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Script.h
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-12-06 09:57:30 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-12-06 09:57:30 +0100
commit93893dbe710d864d5865f361f9a8a8f8f85b94f6 (patch)
treebd03b98d381f5a19d084dee71482a4fc73fb7337 /src/crepe/api/Script.h
parentcbd7663b7f9cf7bf2b498f54b5d86c2ca37a5188 (diff)
Make format
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..fa83152 100644
--- a/src/crepe/api/Script.h
+++ b/src/crepe/api/Script.h
@@ -3,10 +3,10 @@
#include <vector>
#include "../manager/EventManager.h"
-#include "system/CollisionSystem.h"
#include "../manager/Mediator.h"
#include "../types.h"
#include "../util/OptionalRef.h"
+#include "system/CollisionSystem.h"
namespace crepe {