aboutsummaryrefslogtreecommitdiff
path: root/game/CMakeLists.txt
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-06 19:09:52 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-06 19:09:52 +0100
commit867414de0e2e963b0d1c35b3a46884a8a03a9294 (patch)
tree6836bb893229f897ed507b3102e64904363b53c9 /game/CMakeLists.txt
parent4c83562ef39a0364cd01f1f3615eb7672ca9f4a2 (diff)
popup window
Diffstat (limited to 'game/CMakeLists.txt')
-rw-r--r--game/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt
index 949312f..4c5bd53 100644
--- a/game/CMakeLists.txt
+++ b/game/CMakeLists.txt
@@ -32,6 +32,7 @@ add_executable(main
menus/mainmenu/ITransitionScript.cpp
menus/mainmenu/MainMenuScene.cpp
menus/mainmenu/TransitionStartScript.cpp
+ menus/endgame/EndGameSubScene.cpp
coins/CoinSubScene.cpp
coins/CoinPool.cpp
coins/CoinSystemScript.cpp