ilut_config.h
Upload User: wmy0603
Upload Date: 2022-05-02
Package Size: 1808k
Code Size: 0k
Development Platform:

Visual C++

  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__