mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Added support to switcheable backends without recompiling. Added some helpers to load WindowSettings and ContextSettings from an ini file. Moved default Demo to a Demo namespace. Optimized cGameObjectsShapeEx lights. Changed some functions names to CamelCase. cIniFile avoids to re-read files. Windows 8 and Windows Server 2012 now are correctly detected.
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
#define EE_BACKEND_SDL_ACTIVE
|
|
#define EE_BACKEND_ALLEGRO_ACTIVE
|
|
#define EE_BACKEND_SDL2
|
|
#define EE_BACKEND_SDL_1_2
|
|
#define EE_SDL_VERSION_2
|