aboutsummaryrefslogblamecommitdiffstats
path: root/src/config.h
blob: 4df74678a2d879d3d38784a652ade08912f1db28 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                            



               
               
                    
                      
                            
                      


                    
                           
                    
                     
                  
                      
                  
                         
                      


                       
                            
                     
 

                       
      
//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 65535

#define PERIODIC_OUTPUT 100
#define MAX_SIDES 20
#define MAXWIDTH 4000
#define WIDTH 1024
#define MAXHEIGHT 3000
#define HEIGHT 768
#define DEFAULT_MINIMAP 0
#define FORCE_REDRAW 0

#define MAXSHAPES 65535

#define DEFAULT_INPUT_MODE 0
#define ROTATE_STEP 5

#define FIELDOFVIEW 160

#endif