summaryrefslogtreecommitdiff
path: root/src/config.h
blob: 2e79efbbe3e00185c63a109b555abf2f9f0eb8a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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