mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
moved stringify code to dCommon
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user