X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=a71fd6362038b97cac65c4dd5592b2a6934bf363;hp=a122b8d350874904461f3aeebb2f49c3d9f63d4a;hb=70c4e502a932ab902c9bda3231f83c841f279ee1;hpb=3ef599c7104a20c4f5268dbefb6590aa3e285663 diff --git a/args.h b/args.h index a122b8d..a71fd63 100644 --- a/args.h +++ b/args.h @@ -13,8 +13,6 @@ extern int opt_fullscreen; extern int opt_music; extern int opt_sound; -struct argp argp; - -void init_opts(void); +int parse_opts(int argc, char *argv[]); #endif // VOR_ARGS_H