From f7353ec277198b295c6c842a4a4a07b403b2a572 Mon Sep 17 00:00:00 2001 From: epoch Date: Wed, 21 Dec 2016 11:58:30 -0600 Subject: trying to split up hackvr.c into graphical and non-graphical stuff to make it easier to port it to different graphic systems --- src/config.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') 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 -- cgit v1.2.3