JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fclip() and fwrap() now shrink range by SMIDGE
[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