mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[qfcc] Add missing header file changes
Oops
This commit is contained in:
parent
c726d77e7d
commit
a013714bd0
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
*/
|
||||
///@{
|
||||
|
||||
struct def_s;
|
||||
struct ex_value_s;
|
||||
struct type_s;
|
||||
|
||||
|
|
Loading…
Reference in a new issue