mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
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:
parent
b6e4e405b6
commit
cf3ae3bbfe
5 changed files with 5641 additions and 5310 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue