chore(application): refactor app lifecycle and add entity spawner module

- updated CMakeLists.txt to include new module targets
- refactored application.hpp + application.cpp
- added new `entity_spawner` headers + sources:
  - entity_spawner.hpp
  - entity_spawner.cpp
This commit is contained in:
Paul 2026-03-31 22:01:55 +03:00
parent b6e4e405b6
commit cf3ae3bbfe
5 changed files with 5641 additions and 5310 deletions

View file

@ -486,6 +486,7 @@ endif()
set(WOWEE_SOURCES
# Core
src/core/application.cpp
src/core/entity_spawner.cpp
src/core/window.cpp
src/core/input.cpp
src/core/logger.cpp