Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

27 строки
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__