X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=args.h;fp=args.h;h=3f906e93a7f80658598c2762df319f362d556ac5;hb=d59f1536f8e7bc05acafc11944907de73f591996;hp=4b2cd1320944b8e92be3d7bc61034bd3f3eefe47;hpb=419f73382e82b9cb6602227a53c3350764f04040;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;