Immediate Code Cleanup

This commit is contained in:
2025-08-17 10:58:06 +02:00
parent 56bdc61cc4
commit e591aaba45
8 changed files with 679 additions and 22 deletions

View File

@ -35,6 +35,7 @@ add_executable(tetris
src/core/ApplicationManager.cpp
src/core/InputManager.cpp
src/core/AssetManager.cpp
src/core/GlobalState.cpp
src/graphics/RenderManager.cpp
src/persistence/Scores.cpp
src/graphics/Starfield.cpp
@ -127,6 +128,7 @@ add_executable(tetris_refactored
src/core/ApplicationManager.cpp
src/core/InputManager.cpp
src/core/AssetManager.cpp
src/core/GlobalState.cpp
src/graphics/RenderManager.cpp
src/persistence/Scores.cpp
src/graphics/Starfield.cpp