00001 //----------------------------------------------------------------------------- 00002 // 00003 // ImageLib Utility Sources 00004 // Copyright (C) 2000-2002 by Denton Woods 00005 // Last modified: 05/28/2001 <--Y2K Compliant! =] 00006 // 00007 // Filename: src-ILU/include/ilu_states.h 00008 // 00009 // Description: The state machine 00010 // 00011 //----------------------------------------------------------------------------- 00012 00013 00014 #ifndef STATES_H 00015 #define STATES_H 00016 00017 extern ILenum iluFilter; 00018 extern ILenum iluPlacement; 00019 00020 #endif//STATES_H