1 #ifndef __ILUT_CONFIG_H__
2 #define __ILUT_CONFIG_H__
3 
4 #define IL_USE_PRAGMA_LIBS
5 
6 // Supported APIs (ILUT)
7 
8 //
9 // sorry just
10 // cant get this one to work under windows
11 // have disabled for the now
12 //
13 // will look at it some more later
14 //
15 // Kriss
16 //
17 #undef ILUT_USE_ALLEGRO
18 
19 #undef ILUT_USE_DIRECTX8
20 //#define ILUT_USE_DIRECTX9
21 //#define ILUT_USE_DIRECTX10
22 #define ILUT_USE_OPENGL
23 //#define ILUT_USE_SDL
24 #define ILUT_USE_WIN32
25 
26 #endif//__ILUT_CONFIG_H__
27