JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
platform-independent arg parsing
[vor.git] / args.h
diff --git a/args.h b/args.h
index bf49c60..a71fd63 100644 (file)
--- 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