Asset Management fixed

This commit is contained in:
2025-08-17 10:41:25 +02:00
parent 5f438add45
commit 56bdc61cc4
6 changed files with 570 additions and 21 deletions

View File

@ -34,6 +34,7 @@ add_executable(tetris
# New core architecture classes
src/core/ApplicationManager.cpp
src/core/InputManager.cpp
src/core/AssetManager.cpp
src/graphics/RenderManager.cpp
src/persistence/Scores.cpp
src/graphics/Starfield.cpp
@ -125,6 +126,7 @@ add_executable(tetris_refactored
# New core architecture classes
src/core/ApplicationManager.cpp
src/core/InputManager.cpp
src/core/AssetManager.cpp
src/graphics/RenderManager.cpp
src/persistence/Scores.cpp
src/graphics/Starfield.cpp