X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.h;h=bf49c60d9d09fcfc31ca9c00f1aed28e51f1fa7e;hp=a122b8d350874904461f3aeebb2f49c3d9f63d4a;hb=7981a2b8d152e6372aea8191f8c2197f866a450b;hpb=474fd4f894f57b7d53a22e15b31b8749c42e9a53;ds=sidebyside diff --git a/args.h b/args.h index a122b8d..bf49c60 100644 --- a/args.h +++ b/args.h @@ -13,7 +13,9 @@ extern int opt_fullscreen; extern int opt_music; extern int opt_sound; +#ifndef WIN32 struct argp argp; +#endif void init_opts(void);