aboutsummaryrefslogtreecommitdiff
path: root/game/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/main.cpp')
-rw-r--r--game/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/main.cpp b/game/main.cpp
index 9c9f9ee..5d3dbaf 100644
--- a/game/main.cpp
+++ b/game/main.cpp
@@ -9,6 +9,7 @@ using namespace crepe;
int main() {
Engine gameloop;
gameloop.add_scene<MainMenuScene>();
+ gameloop.add_scene<GameScene>();
return gameloop.main();
}