diff options
Diffstat (limited to 'setup/joystick.h')
-rw-r--r-- | setup/joystick.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/joystick.h b/setup/joystick.h index 39cf0bf4..5d3973c5 100644 --- a/setup/joystick.h +++ b/setup/joystick.h @@ -29,6 +29,8 @@ extern int joybuse; extern int joybspeed; extern int joybstrafeleft; extern int joybstraferight; +extern int joybprevweapon; +extern int joybnextweapon; extern int joystick_index; extern int joystick_x_axis; |