X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=4b2cd1320944b8e92be3d7bc61034bd3f3eefe47;hp=4f04d279dd94053cf0e8bd20d97efe7eb31168db;hb=HEAD;hpb=4461dfec6f8f09b43ec9719523d14978d82bd124 diff --git a/args.h b/args.h index 4f04d27..4b2cd13 100644 --- a/args.h +++ b/args.h @@ -1,18 +1,12 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -#include - +// Look and Feel 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; +extern int opt_autopilot; -void init_opts(void); +int parse_opts(int argc, char *argv[]); #endif // VOR_ARGS_H