00001 #ifndef __TEXLOAD_H 00002 #define __TEXLOAD_H 00003 00004 00005 extern "C" { 00006 00007 #ifndef WIN32 00008 #warning Texload.c does not support non-Win32 platforms since they don't (officially) support GLAUX. 00009 #endif 00010 00011 int BitmapLoad(const char* Filename); 00012 } 00013 00014 #endif