JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Now have a "barrier" (which can fall behind) to enforce minimum speed.
[vor.git] / args.h
1 #ifndef VOR_ARGS_H
2 #define VOR_ARGS_H
3
4 #include <argp.h>
5
6 extern int opt_fullscreen;
7 extern int opt_music;
8 extern int opt_sound;
9 extern float opt_bounciness;
10 extern float opt_gamespeed;
11 extern int opt_tail_engine;
12 extern int opt_friction;
13
14 struct argp argp;
15
16 void init_opts(void);
17
18 #endif // VOR_ARGS_H