aboutsummaryrefslogtreecommitdiff
path: root/game/main.cpp
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-08 13:52:43 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-08 13:52:43 +0100
commitfcec9d7598f0808d4081120a9cb2036bdea59737 (patch)
tree4963d2f791a4c3ba27d357ad38345094a8e65fc4 /game/main.cpp
parent1413beea3b506b15b9f0080cec29c745d1ef88da (diff)
make format
Diffstat (limited to 'game/main.cpp')
-rw-r--r--game/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/main.cpp b/game/main.cpp
index 9b25444..858fad4 100644
--- a/game/main.cpp
+++ b/game/main.cpp
@@ -9,7 +9,7 @@ using namespace crepe;
int main() {
Engine gameloop;
-
+
gameloop.add_scene<MainMenuScene>();
gameloop.add_scene<ShopMenuScene>();
gameloop.add_scene<GameScene>();