mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GlobalParameters.h
Go to the documentation of this file.
1 
6 #ifndef GLOBAL_PARAMETERS_H_
7 #define GLOBAL_PARAMETERS_H_
8 
9 // some starting parameters
10 #define START_IN_FULLSCREEN false
11 #define WINDOW_WIDTH 800 //1280 //800
12 #define WINDOW_HEIGHT 600 //800 // 600
13 #define WINDOW_WIDTH_FULL 1920
14 #define WINDOW_HEIGHT_FULL 1080
15 #endif // GLOBAL_PARAMETERS_H_