X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=4b2cd1320944b8e92be3d7bc61034bd3f3eefe47;hp=92cf5b70514df0e4f63586f0a8ab1fac3606dc34;hb=HEAD;hpb=3079660eb1f60a861b677b746da581c4c0e6c3dd diff --git a/args.h b/args.h index 92cf5b7..4b2cd13 100644 --- a/args.h +++ b/args.h @@ -1,15 +1,12 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -// 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_sound; +extern int opt_autopilot; + int parse_opts(int argc, char *argv[]); #endif // VOR_ARGS_H