mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
92006123b8
- change NotifyObject to use u16 string - move stuff to header that is inline - use u16strings instead of converting to u16 string - move entity to dEntity
6 lines
101 B
CMake
6 lines
101 B
CMake
set(DGAME_DENTITY_SOURCES
|
|
"Entity.cpp"
|
|
"EntityCallbackTimer.cpp"
|
|
"EntityTimer.cpp"
|
|
PARENT_SCOPE)
|