This commit is contained in:
Dale Weiler 2013-01-30 06:27:06 +00:00
parent 835659ac48
commit 8c6f4c3fc3

View file

@ -1153,13 +1153,6 @@ typedef enum {
COMPILER_GMQCC /* this QuakeC */
} opts_std_t;
typedef enum {
OPT_TYPE_BOOL,
OPT_TYPE_U16,
OPT_TYPE_U32,
OPT_TYPE_STR
} opt_type_t;
typedef union {
bool B;
uint16_t U16;