X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;fp=args.h;h=4f04d279dd94053cf0e8bd20d97efe7eb31168db;hp=0000000000000000000000000000000000000000;hb=4461dfec6f8f09b43ec9719523d14978d82bd124;hpb=fe386ffa373cddf449ac069d247e0fb0208620a4 diff --git a/args.h b/args.h new file mode 100644 index 0000000..4f04d27 --- /dev/null +++ b/args.h @@ -0,0 +1,18 @@ +#ifndef VOR_ARGS_H +#define VOR_ARGS_H + +#include + +extern int opt_fullscreen; +extern int opt_music; +extern int opt_sound; +extern float opt_bounciness; +extern float opt_gamespeed; +extern int opt_tail_engine; +extern int opt_friction; + +struct argp argp; + +void init_opts(void); + +#endif // VOR_ARGS_H