JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
joysticks: configurable, working, buttons enable
[vor.git] / args.h
diff --git a/args.h b/args.h
index 4b2cd13..3f906e9 100644 (file)
--- a/args.h
+++ b/args.h
@@ -4,6 +4,10 @@
 // Look and Feel
 extern int opt_fullscreen;
 extern int opt_sound;
+extern int opt_joystick_enabled;
+extern int opt_joystick_number;
+extern int opt_joystick_x_axis;
+extern int opt_joystick_y_axis;
 
 extern int opt_autopilot;