OutRun/src/parameters.h

23 lines
329 B
C
Raw Normal View History

2022-03-04 21:58:14 +01:00
#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
2022-03-06 20:21:22 +01:00
#define MAX_RENDER_DISTANCE 2500
2022-03-04 21:58:14 +01:00
#define std ustl
#endif // PARAMETERS_H