summaryrefslogtreecommitdiff
path: root/src/i_joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_joystick.h')
-rw-r--r--src/i_joystick.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/i_joystick.h b/src/i_joystick.h
index bedf5437..98cd218b 100644
--- a/src/i_joystick.h
+++ b/src/i_joystick.h
@@ -27,15 +27,11 @@
#ifndef __I_JOYSTICK__
#define __I_JOYSTICK__
-extern int joystick_index;
-extern int joystick_x_axis;
-extern int joystick_x_invert;
-extern int joystick_y_axis;
-extern int joystick_y_invert;
-
void I_InitJoystick(void);
void I_ShutdownJoystick(void);
void I_UpdateJoystick(void);
+void I_BindJoystickVariables(void);
+
#endif /* #ifndef __I_JOYSTICK__ */