X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=4b1569e6692400064f86ad0b50cd5a3bdbabd166;hp=c2d05c6ce23da06d3deebeddc11d7a01d54e9d45;hb=eb0732dc23646473853da1e37311f93052b8251b;hpb=30498ebe775df3854f28946b1373da948bd190a3 diff --git a/args.h b/args.h index c2d05c6..4b1569e 100644 --- a/args.h +++ b/args.h @@ -1,22 +1,10 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -#include - -// Gameplay Variations -extern float opt_bounciness; -extern float opt_gamespeed; -extern float opt_max_lead; -extern int opt_friction; - // Look and Feel extern int opt_fullscreen; -extern int opt_music; extern int opt_sound; -extern int opt_tail_engine; - -struct argp argp; -void init_opts(void); +int parse_opts(int argc, char *argv[]); #endif // VOR_ARGS_H