#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 300 // 250 before #define ROAD_WIDTH 700 #define ASPECT_RATIO 1.767 #define DISTANCE_SCREEN 0.83444 #define MAX_RENDER_DISTANCE 4500 // 3000 BEFORE #define NB_CLOUDS_SKY 10 #define MAX_SUBIMAGES_TREES 12 #define NB_TREES_TYPES 15 #define MAX_SUBIMAGES_CARS 12 #define NB_CARS_TYPES 8 #define std ustl #define IS_FXLIB 1 #endif // PARAMETERS_H