ResourceManager

This commit is contained in:
Isuru Samarathunga
2025-09-07 20:55:54 +05:30
parent 798674137f
commit 3861059a23
28 changed files with 819 additions and 177 deletions

View File

@ -1,6 +1,9 @@
set(IAESandbox_Sources
imp/cpp/Main.cpp
imp/cpp/Game.cpp
imp/cpp/Map.cpp
imp/cpp/Player.cpp
)
add_executable(IAESandbox ${IAESandbox_Sources})