mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-27 07:57:21 +00:00
6 lines
161 B
C++
6 lines
161 B
C++
|
#define GENERATE_ENUM_STRINGS // Start string generation
|
||
|
|
||
|
#include <map>
|
||
|
#include "eGameMessageType.h"
|
||
|
|
||
|
#undef GENERATE_ENUM_STRINGS // Stop string generation
|