aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 16:14:27 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 16:14:27 +0100
commitf857cb4013701a24cff5131d64e5ab238392faab (patch)
tree329f6e5534802e727aa2b25c3ac86c9897755499
parente2f9c0bcaf22aa73689305faca70f2ec4682f55c (diff)
`make format`
-rw-r--r--game/hud/SpeedScript.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/hud/SpeedScript.cpp b/game/hud/SpeedScript.cpp
index 73469d2..2ced47a 100644
--- a/game/hud/SpeedScript.cpp
+++ b/game/hud/SpeedScript.cpp
@@ -1,10 +1,10 @@
#include "SpeedScript.h"
+#include "../Events.h"
+#include "api/BehaviorScript.h"
#include <crepe/api/Event.h>
#include <crepe/api/KeyCodes.h>
#include <crepe/manager/LoopTimerManager.h>
-#include "../Events.h"
-#include "api/BehaviorScript.h"
using namespace crepe;
using namespace std;