Engine Single Instance Mode

This commit is contained in:
Isuru Samarathunga
2025-09-13 22:02:35 +05:30
parent 594180c5d3
commit c6a8a8a76c
22 changed files with 123 additions and 523 deletions

View File

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