aboutsummaryrefslogtreecommitdiff
path: root/game/main.cpp
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-09 14:54:51 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-09 14:54:51 +0100
commitb091cb7910fa82e9fb00abdb163d277ba574f804 (patch)
treec82defc3d95ee95144207285efd4be7ae75c97d8 /game/main.cpp
parent843d27e8f68bf3d3d39baedb7a5c53154160afd7 (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 a34121e..751cbe5 100644
--- a/game/main.cpp
+++ b/game/main.cpp
@@ -17,7 +17,7 @@ int main() {
Config::get_instance() = ENGINE_CONFIG;
Engine gameloop;
-
+
gameloop.add_scene<MainMenuScene>();
gameloop.add_scene<ShopMenuScene>();
gameloop.add_scene<GameScene>();