aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Script.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-07 16:01:59 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-07 16:01:59 +0100
commitdd8bbe2fde97786ab29490bc7ba9962deb08fb4c (patch)
treed45950402e20d1ba84fec5cfd1d29f4eca4985fb /src/crepe/api/Script.h
parent2e6fcb1d048edd13a2ec69ddd226fc8ebabc2389 (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 024f1d7..0d59ab6 100644
--- a/src/crepe/api/Script.h
+++ b/src/crepe/api/Script.h
@@ -2,12 +2,12 @@
#include <vector>
+#include "../ValueBroker.h"
#include "../manager/EventManager.h"
#include "../manager/Mediator.h"
#include "../system/CollisionSystem.h"
#include "../types.h"
#include "../util/OptionalRef.h"
-#include "../ValueBroker.h"
namespace crepe {