OutRun/src/parameters.h

25 lines
356 B
C

#ifndef PARAMETERS_H
#define PARAMETERS_H
#define SCREEN_WIDTH 396
#define SCREEN_HEIGHT 224
#define SCREEN_CX 198
#define SCREEN_CY 112
#define SEGMENT_LENGTH 200
#define ROAD_WIDTH 600
#define ASPECT_RATIO 1.767
#define DISTANCE_SCREEN 0.83444
#define MAX_RENDER_DISTANCE 1500
#define MAX_SEGMENT 10000
#define std ustl
#endif // PARAMETERS_H