JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new option --bounciness (default changed from 100% to 50%).
[vor.git] / args.h
diff --git a/args.h b/args.h
new file mode 100644 (file)
index 0000000..4f04d27
--- /dev/null
+++ b/args.h
@@ -0,0 +1,18 @@
+#ifndef VOR_ARGS_H
+#define VOR_ARGS_H
+
+#include <argp.h>
+
+extern int opt_fullscreen;
+extern int opt_music;
+extern int opt_sound;
+extern float opt_bounciness;
+extern float opt_gamespeed;
+extern int opt_tail_engine;
+extern int opt_friction;
+
+struct argp argp;
+
+void init_opts(void);
+
+#endif // VOR_ARGS_H