Fixed loader, main menu and level selector

This commit is contained in:
2025-08-17 16:51:33 +02:00
parent e591aaba45
commit d75bfcf4d0
11 changed files with 1034 additions and 57 deletions

View File

@ -137,11 +137,11 @@ add_executable(tetris_refactored
src/audio/Audio.cpp
src/gameplay/LineEffect.cpp
src/audio/SoundEffect.cpp
# State implementations (temporarily excluded - depend on main.cpp functions)
# src/states/LoadingState.cpp
# src/states/MenuState.cpp
# src/states/LevelSelectorState.cpp
# src/states/PlayingState.cpp
# State implementations
src/states/LoadingState.cpp
src/states/MenuState.cpp
src/states/LevelSelectorState.cpp
src/states/PlayingState.cpp
)
if (WIN32)