mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-12-26 10:45:47 +01:00
input: remove unneeded joy_found extern
This commit is contained in:
parent
f4567b2c9d
commit
7c9af89620
@ -87,7 +87,6 @@ enum
|
||||
JOY_HAT_LEFTUP = JOY_HAT_LEFT | JOY_HAT_UP,
|
||||
JOY_HAT_LEFTDOWN = JOY_HAT_LEFT | JOY_HAT_DOWN
|
||||
};
|
||||
extern convar_t *joy_found;
|
||||
|
||||
qboolean Joy_IsActive( void );
|
||||
void Joy_HatMotionEvent( int id, byte hat, byte value );
|
||||
|
Loading…
Reference in New Issue
Block a user