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

Visual C++

  1. //-----------------------------------------------------------------------------
  2. //
  3. // ImageLib Utility Toolkit Sources
  4. // Copyright (C) 2000-2002 by Denton Woods
  5. // Last modified: 04/20/2002 <--Y2K Compliant! =]
  6. //
  7. // Filename: src-ILUT/include/ilut_alleg.h (Don't want to conflict with allegro.h)
  8. //
  9. // Description:
  10. //
  11. //-----------------------------------------------------------------------------
  12. // xxxxAllegro.h has to be included before il/il.h!xxx
  13. //#ifdef ALLEGRO_VERSION  // Check to make sure Allegro is present
  14. #ifdef ILUT_USE_ALLEGRO
  15. #ifndef ILUT_ALLEG_H
  16. #define ILUT_ALLEG_H
  17. #include <allegro.h>
  18. #endif//ILUT_ALLEG_H
  19. #endif//ILUT_USE_ALLEGRO
  20. //#endif//ALLEGRO_VERSION