Fixed loader, main menu and level selector
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user