aboutsummaryrefslogtreecommitdiff
path: root/game/GameScene.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 16:20:10 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 16:20:10 +0100
commitbb976ed881a989b8b2cec90c905d906d9b652a9d (patch)
treee0125ba5141542b2000125bda76495f0098a1e41 /game/GameScene.cpp
parent8edce6775ab0639a2a6eee3e561d3de0bb0c2cf1 (diff)
`make format`
Diffstat (limited to 'game/GameScene.cpp')
-rw-r--r--game/GameScene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/GameScene.cpp b/game/GameScene.cpp
index 34b0fcb..3ae64fb 100644
--- a/game/GameScene.cpp
+++ b/game/GameScene.cpp
@@ -20,8 +20,8 @@
#include "player/PlayerBulletPool.h"
#include "player/PlayerBulletSubScene.h"
#include "player/PlayerSubScene.h"
-#include "scheduler/ObjectsScheduler.h"
#include "prefab/ZapperPoolSubScene.h"
+#include "scheduler/ObjectsScheduler.h"
#include "workers/WorkersSubScene.h"
#include <cmath>