mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
*punts cvs*
This commit is contained in:
parent
646f875a34
commit
911933c8fd
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@ extern float in_mouse_x, in_mouse_y;
|
|||
void IN_LL_Init_Cvars (void);
|
||||
void IN_LL_Init (void);
|
||||
void IN_LL_Shutdown (void);
|
||||
void IN_LL_Grab_Input (void);
|
||||
void IN_LL_Ungrab_Input (void);
|
||||
void IN_LL_SendKeyEvents (void);
|
||||
void IN_LL_ClearStates (void);
|
||||
int IN_LL_Grab_Input (void);
|
||||
int IN_LL_Ungrab_Input (void);
|
||||
|
||||
extern kbutton_t in_strafe, in_klook, in_speed, in_mlook;
|
||||
|
||||
|
|
Loading…
Reference in a new issue