You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
453 B

  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. // cant 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__