JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
minimum frame time: 100ms, sprites grid includes just off the right/bottom,
[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
8 int parse_opts(int argc, char *argv[]);
9
10 #endif // VOR_ARGS_H