- split up namedef.h into a shared and game specific part and cleaned out many unused names.
This commit is contained in:
parent
0d8d4a2ad7
commit
851d058a4b
4 changed files with 916 additions and 948 deletions
|
|
@ -75,6 +75,9 @@ static const char *PredefinedNames[] =
|
|||
#define xx(n) #n,
|
||||
#define xy(n, s) s,
|
||||
#include "namedef.h"
|
||||
#if __has_include("namedef_custom.h")
|
||||
#include "namedef_custom.h"
|
||||
#endif
|
||||
#undef xx
|
||||
#undef xy
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue