JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
joysticks: configurable, working, buttons enable
[vor.git] / args.h
1 #ifndef VOR_ARGS_H
2 #define VOR_ARGS_H
3
4 // Look and Feel
5 extern int opt_fullscreen;
6 extern int opt_sound;
7 extern int opt_joystick_enabled;
8 extern int opt_joystick_number;
9 extern int opt_joystick_x_axis;
10 extern int opt_joystick_y_axis;
11
12 extern int opt_autopilot;
13
14 int parse_opts(int argc, char *argv[]);
15
16 #endif // VOR_ARGS_H