00001 //----------------------------------------------------------------------------- 00002 // 00003 // ImageLib Utility Toolkit Sources 00004 // Copyright (C) 2000-2002 by Denton Woods 00005 // Last modified: 04/20/2002 <--Y2K Compliant! =] 00006 // 00007 // Filename: src-ILUT/include/ilut_alleg.h (Don't want to conflict with allegro.h) 00008 // 00009 // Description: 00010 // 00011 //----------------------------------------------------------------------------- 00012 00013 // xxxxAllegro.h has to be included before il/il.h!xxx 00014 //#ifdef ALLEGRO_VERSION // Check to make sure Allegro is present 00015 #ifdef ILUT_USE_ALLEGRO 00016 00017 #ifndef ILUT_ALLEG_H 00018 #define ILUT_ALLEG_H 00019 00020 #include <allegro.h> 00021 00022 00023 00024 #endif//ILUT_ALLEG_H 00025 #endif//ILUT_USE_ALLEGRO 00026 //#endif//ALLEGRO_VERSION 00027