X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=4b2cd1320944b8e92be3d7bc61034bd3f3eefe47;hp=bf49c60d9d09fcfc31ca9c00f1aed28e51f1fa7e;hb=HEAD;hpb=7981a2b8d152e6372aea8191f8c2197f866a450b diff --git a/args.h b/args.h index bf49c60..4b2cd13 100644 --- a/args.h +++ b/args.h @@ -1,22 +1,12 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -#include - -// Gameplay Variations -extern float opt_bounciness; -extern float opt_gamespeed; -extern float opt_max_lead; - // Look and Feel extern int opt_fullscreen; -extern int opt_music; extern int opt_sound; -#ifndef WIN32 -struct argp argp; -#endif +extern int opt_autopilot; -void init_opts(void); +int parse_opts(int argc, char *argv[]); #endif // VOR_ARGS_H