aboutsummaryrefslogtreecommitdiff
path: root/game/CMakeLists.txt
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-06 20:52:39 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-06 20:52:39 +0100
commit126c402548281f3a97e3a9e0ef60c45147c87fa0 (patch)
treef2f2e763bb6ae3a7ee1bc7719cef2fee8ae1ad5d /game/CMakeLists.txt
parent867414de0e2e963b0d1c35b3a46884a8a03a9294 (diff)
endgamesubscene finished
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 4c5bd53..9886973 100644
--- a/game/CMakeLists.txt
+++ b/game/CMakeLists.txt
@@ -27,6 +27,7 @@ add_executable(main
menus/IButtonScript.cpp
menus/ButtonSetShopScript.cpp
menus/ButtonSetMainMenuScript.cpp
+ menus/FloatingWindowSubScene.cpp
menus/shop/ShopMenuScene.cpp
menus/mainmenu/ButtonTransitionPreviewScript.cpp
menus/mainmenu/ITransitionScript.cpp