4 lines
93 B
C
4 lines
93 B
C
#pragma once
|
|
|
|
#define GENERATE_ENUM(ENUM) ENUM,
|
|
#define GENERATE_STRING(STRING) #STRING,
|