diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 2e79efb..324d815 100644 --- a/src/config.h +++ b/src/config.h @@ -2,6 +2,11 @@ #ifndef _HACKVR_CONFIG_H_ #define _HACKVR_CONFIG_H_ +//Aspect Ratio: +#define AR_W 4 +#define AR_H 3 + +#define DEBUG 1 #define WALK_SPEED 1 #define SPLIT_SCREEN 1 #define CAMERA_SEPARATION 4 @@ -10,5 +15,6 @@ #define MAX_SIDES 8 #define WIDTH 1024 #define HEIGHT 768 +#define FORCE_REDRAW 1 #endif |