remove more type macros
This commit is contained in:
parent
fb653b492e
commit
c1463fabbc
1 changed files with 2 additions and 12 deletions
|
@ -4,26 +4,21 @@
|
|||
#define CONFIG(name, ...)
|
||||
#define SECTION(name, ...)
|
||||
|
||||
#define UINT
|
||||
#define VAR_UINT(section, name)
|
||||
#define VAR_UINT_D(section, name, default)
|
||||
|
||||
#define INT
|
||||
#define VAR_INT(section, name)
|
||||
#define VAR_INT_D(section, name, default)
|
||||
|
||||
#define STRING
|
||||
#define VAR_STRING(section, name)
|
||||
#define VAR_STRING_D(section, name, default)
|
||||
|
||||
#define BOOL
|
||||
#define VAR_BOOL(section, name)
|
||||
#define VAR_BOOL_D(section, name, default)
|
||||
|
||||
#define FLOAT
|
||||
#define VAR_FLOAT(section, name)
|
||||
#define VAR_FLOAT_D(section, name, default)
|
||||
#define COLOUR
|
||||
|
||||
#define VAR_COLOUR(section, name)
|
||||
#define VAR_COLOUR_D(section, name, default)
|
||||
|
||||
|
@ -171,26 +166,21 @@ CONFIG(Difficulty,
|
|||
#undef CONFIG
|
||||
#undef SECTION
|
||||
|
||||
#undef UINT
|
||||
#undef VAR_UINT
|
||||
#undef VAR_UINT_D
|
||||
|
||||
#undef INT
|
||||
#undef VAR_INT
|
||||
#undef VAR_INT_D
|
||||
|
||||
#undef STRING
|
||||
#undef VAR_STRING
|
||||
#undef VAR_STRING_D
|
||||
|
||||
#undef BOOL
|
||||
#undef VAR_BOOL
|
||||
#undef VAR_BOOL_D
|
||||
|
||||
#undef FLOAT
|
||||
#undef VAR_FLOAT
|
||||
#undef VAR_FLOAT_D
|
||||
#undef COLOUR
|
||||
|
||||
#undef VAR_COLOUR
|
||||
#undef VAR_COLOUR_D
|
||||
|
||||
|
|
Loading…
Reference in a new issue