[qfcc] Add missing header file changes

Oops
This commit is contained in:
Bill Currie 2020-03-08 20:11:21 +09:00
parent c726d77e7d
commit a013714bd0
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ typedef struct {
qboolean vector_components; // add *_[xyz] symbols for vectors
qboolean ifstring; // expand if (str) to if (str != "")
qboolean const_initializers; // initialied globals are constant
qboolean promote_float; // promote float through ...
} code_options_t;
typedef struct {

View file

@ -36,6 +36,7 @@
*/
///@{
struct def_s;
struct ex_value_s;
struct type_s;