X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=a71fd6362038b97cac65c4dd5592b2a6934bf363;hp=bf49c60d9d09fcfc31ca9c00f1aed28e51f1fa7e;hb=70c4e502a932ab902c9bda3231f83c841f279ee1;hpb=7981a2b8d152e6372aea8191f8c2197f866a450b diff --git a/args.h b/args.h index bf49c60..a71fd63 100644 --- a/args.h +++ b/args.h @@ -13,10 +13,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