JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
92cf5b70514df0e4f63586f0a8ab1fac3606dc34
[vor.git] / args.h
1 #ifndef VOR_ARGS_H
2 #define VOR_ARGS_H
3
4 // Gameplay Variations
5 extern float opt_bounciness;
6 extern float opt_gamespeed;
7 extern float opt_max_lead;
8
9 // Look and Feel
10 extern int opt_fullscreen;
11 extern int opt_sound;
12
13 int parse_opts(int argc, char *argv[]);
14
15 #endif // VOR_ARGS_H