X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=5bf4a8b1ba99d5228909654c354830db884378f3;hp=bf49c60d9d09fcfc31ca9c00f1aed28e51f1fa7e;hb=1d9107a3d43b3f57087edee14f1eaf7c1f3db54e;hpb=7981a2b8d152e6372aea8191f8c2197f866a450b diff --git a/args.h b/args.h index bf49c60..5bf4a8b 100644 --- a/args.h +++ b/args.h @@ -1,8 +1,6 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -#include - // Gameplay Variations extern float opt_bounciness; extern float opt_gamespeed; @@ -13,10 +11,6 @@ extern int opt_fullscreen; extern int opt_music; extern int opt_sound; -#ifndef WIN32 -struct argp argp; -#endif - -void init_opts(void); +int parse_opts(int argc, char *argv[]); #endif // VOR_ARGS_H