- split names into common and Raze-specific

This commit is contained in:
Christoph Oelckers 2022-01-20 01:03:15 +01:00
parent 1446486871
commit 19d8d65fd0
7 changed files with 106 additions and 953 deletions

View file

@ -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
};