summaryrefslogtreecommitdiff
path: root/src/config.h
blob: c50ac7b3dba56b34cb48b79d2c9d8a601af514cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//stuff I haven't made run-time options yet.
#ifndef _HACKVR_CONFIG_H_
#define _HACKVR_CONFIG_H_

//Aspect Ratio:
#define AR_W 4
#define AR_H 3

#define DEBUG 0
#define WALK_SPEED -1
#define SPLIT_SCREEN 1
#define CAMERA_SEPARATION -1
#define RED_AND_BLUE 0
#define SHAPES 16386
#define MAX_SIDES 8
#define WIDTH 4000
#define HEIGHT 3000
#define DEFAULT_MINIMAP 0
#define FORCE_REDRAW 1
#define MAXSHAPES 3000
#define ROTATE_STEP 5

#endif