refactored some functions from main.cpp

This commit is contained in:
2025-12-19 18:16:17 +01:00
parent fe0cd289e2
commit adf418dff9
4 changed files with 129 additions and 288 deletions

View File

@ -57,6 +57,7 @@ set(TETRIS_SOURCES
src/app/BackgroundManager.cpp
src/app/Fireworks.cpp
src/app/AssetLoader.cpp
src/app/TextureLoader.cpp
src/states/LoadingManager.cpp
# State implementations (new)
src/states/LoadingState.cpp