ilut_config.h 454 B

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