aboutsummaryrefslogtreecommitdiff
path: root/game/GameScene.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 10:08:47 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 10:08:47 +0100
commit725bb89cd3690d396502ab90baa35fa4eec6fe98 (patch)
tree8b47952b9b58e076bf631f353f2a05d56ccff64f /game/GameScene.cpp
parentf8496d3d48beeb6e0c5ef8dc82e16d281c94148e (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 71612e3..dc0038b 100644
--- a/game/GameScene.cpp
+++ b/game/GameScene.cpp
@@ -19,8 +19,8 @@
#include "MoveCameraManualyScript.h"
#include "StartGameScript.h"
-#include "background/BackgroundSubScene.h"
#include "PlayerSubScene.h"
+#include "background/BackgroundSubScene.h"
#include "prefab/ZapperObject.h"
using namespace crepe;