mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 20:28:21 +00:00
9e56725cff
* Recorder to recall player actions. * Server precondtions to manage entity visiblity.
11 lines
235 B
CMake
11 lines
235 B
CMake
set(DGAME_DUTILITIES_SOURCES "BrickDatabase.cpp"
|
|
"CheatDetection.cpp"
|
|
"GUID.cpp"
|
|
"Loot.cpp"
|
|
"Mail.cpp"
|
|
"Preconditions.cpp"
|
|
"SlashCommandHandler.cpp"
|
|
"Recorder.cpp"
|
|
"ServerPreconditions.cpp"
|
|
"VanityUtilities.cpp" PARENT_SCOPE)
|