mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- split names into common and Raze-specific
This commit is contained in:
parent
1446486871
commit
19d8d65fd0
7 changed files with 106 additions and 953 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