mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Cleanups
This commit is contained in:
parent
835659ac48
commit
8c6f4c3fc3
1 changed files with 0 additions and 7 deletions
7
gmqcc.h
7
gmqcc.h
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue