NXEngine v1.0.0.5
[NXEngine.git] / config.h
blob75a822a88b90847c82b3537591983970b6663466
2 #ifndef _CONFIG_H
3 #define _CONFIG_H
5 // if set graphics scaling factor is changable at runtime (otherwise it's a #define)
6 #define CONFIG_MUTABLE_SCALE
8 // SDL_ttf support. if turned off SDL_ttf will not be required but only
9 // bitmap fonts will be supported.
10 #define CONFIG_ENABLE_TTF
12 // include the Doukutsu data-file extractor in the build
13 // (it's needed only the first time the program is run).
14 #define CONFIG_DATA_EXTRACTOR
16 // do image scaling in hardware via OpenGL
17 //#define CONFIG_OPENGL
19 #endif