X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=args.h;h=3f906e93a7f80658598c2762df319f362d556ac5;hb=refs%2Fheads%2Fjoystick;hp=a71fd6362038b97cac65c4dd5592b2a6934bf363;hpb=70c4e502a932ab902c9bda3231f83c841f279ee1;p=vor.git diff --git a/args.h b/args.h index a71fd63..3f906e9 100644 --- a/args.h +++ b/args.h @@ -1,17 +1,15 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -#include - -// Gameplay Variations -extern float opt_bounciness; -extern float opt_gamespeed; -extern float opt_max_lead; - // Look and Feel extern int opt_fullscreen; -extern int opt_music; 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; int parse_opts(int argc, char *argv[]);