JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, didn't fix bang dots correctly.
[vor.git] / args.h
diff --git a/args.h b/args.h
index a122b8d..5bf4a8b 100644 (file)
--- a/args.h
+++ b/args.h
@@ -1,8 +1,6 @@
 #ifndef VOR_ARGS_H
 #define VOR_ARGS_H
 
-#include <argp.h>
-
 // Gameplay Variations
 extern float opt_bounciness;
 extern float opt_gamespeed;
@@ -13,8 +11,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