Fix a compile problem with struct cvar_s.

This commit is contained in:
Bill Currie 2012-02-01 20:07:21 +09:00
parent b9bb7d95bb
commit c4e08bc152

View file

@ -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);