X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=args.h;h=3f906e93a7f80658598c2762df319f362d556ac5;hb=refs%2Fheads%2Fjoystick;hp=4b2cd1320944b8e92be3d7bc61034bd3f3eefe47;hpb=0c92fe510799dde8568e4d787908704c35a0864c;p=vor.git diff --git a/args.h b/args.h index 4b2cd13..3f906e9 100644 --- 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;