mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
2 more exports
This commit is contained in:
parent
c193373d9e
commit
64ac247e0c
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@
|
|||
|
||||
#include "winquake.h" // for usercmd_t in client.h
|
||||
|
||||
extern qboolean mouseactive;
|
||||
extern qboolean mouseactive;
|
||||
extern float mouse_x, mouse_y;
|
||||
extern unsigned int uiWheelMessage;
|
||||
|
||||
extern void IN_UpdateClipCursor (void);
|
||||
extern void IN_ShowMouse (void);
|
||||
|
|
Loading…
Reference in a new issue