mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix a compile problem with struct cvar_s.
This commit is contained in:
parent
b9bb7d95bb
commit
c4e08bc152
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ extern viewdelta_t viewdelta;
|
|||
|
||||
#define freelook (in_mlook.state & 1 || in_freelook->int_val)
|
||||
|
||||
struct cvar_s;
|
||||
|
||||
void IN_Init (void);
|
||||
void IN_Init_Cvars (void);
|
||||
|
|
Loading…
Reference in a new issue