mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-08 17:28:20 +00:00
moved stringify code to dCommon
This commit is contained in:
parent
a704d840dc
commit
33fa5f8d2f
@ -12,6 +12,7 @@ set(DCOMMON_SOURCES
|
||||
"NiPoint3.cpp"
|
||||
"NiQuaternion.cpp"
|
||||
"SHA512.cpp"
|
||||
"StringifyEnums.h"
|
||||
"Demangler.cpp"
|
||||
"ZCompression.cpp"
|
||||
"BrickByBrickFix.cpp"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Source - https://mariusbancila.ro/blog/2023/08/17/how-to-convert-an-enum-to-string-in-cpp/
|
||||
|
||||
#define GENERATE_ENUM_STRINGS // Start string generation
|
||||
|
||||
#include "eGameMessageType.h"
|
@ -5,5 +5,4 @@ set(DGAME_DUTILITIES_SOURCES "BrickDatabase.cpp"
|
||||
"Mail.cpp"
|
||||
"Preconditions.cpp"
|
||||
"SlashCommandHandler.cpp"
|
||||
"StringifyEnums.cpp"
|
||||
"VanityUtilities.cpp" PARENT_SCOPE)
|
||||
|
Loading…
Reference in New Issue
Block a user