00001 #ifndef __ILUT_CONFIG_H__ 00002 #define __ILUT_CONFIG_H__ 00003 00004 #define IL_USE_PRAGMA_LIBS 00005 00006 // Supported APIs (ILUT) 00007 00008 // 00009 // sorry just 00010 // cant get this one to work under windows 00011 // have disabled for the now 00012 // 00013 // will look at it some more later 00014 // 00015 // Kriss 00016 // 00017 #undef ILUT_USE_ALLEGRO 00018 00019 #undef ILUT_USE_DIRECTX8 00020 //#define ILUT_USE_DIRECTX9 00021 //#define ILUT_USE_DIRECTX10 00022 #define ILUT_USE_OPENGL 00023 //#define ILUT_USE_SDL 00024 #define ILUT_USE_WIN32 00025 00026 #endif//__ILUT_CONFIG_H__