- split up namedef.h into a shared and game specific part and cleaned out many unused names.

This commit is contained in:
Christoph Oelckers 2022-01-20 00:14:08 +01:00
commit 851d058a4b
4 changed files with 916 additions and 948 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
};