summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
new file mode 100644
index 0000000..2e79efb
--- /dev/null
+++ b/src/config.h
@@ -0,0 +1,14 @@
+//stuff I haven't made run-time options yet.
+#ifndef _HACKVR_CONFIG_H_
+#define _HACKVR_CONFIG_H_
+
+#define WALK_SPEED 1
+#define SPLIT_SCREEN 1
+#define CAMERA_SEPARATION 4
+#define RED_AND_BLUE 0
+#define SHAPES 16386
+#define MAX_SIDES 8
+#define WIDTH 1024
+#define HEIGHT 768
+
+#endif