head 1.1; branch 1.1.1; access ; symbols start:1.1.1.1 PAlibDoc:1.1.1; locks ; strict; comment @# @; 1.1 date 2005.11.02.08.30.41; author jandujar; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.11.02.08.30.41; author jandujar; state Exp; branches ; next ; desc @@ 1.1 log @Initial revision @ text @
00001 // 00002 // splashbitmap declarations 00003 // 00004 00005 #ifndef __SPLASHBITMAP__ 00006 #define __SPLASHBITMAP__ 00007 00008 extern const int splashbitmapWidth; 00009 extern const int splashbitmapHeight; 00010 extern const int splashbitmapSize; 00011 extern const unsigned int splashbitmapData[]; 00012 extern const unsigned int splashbitmapPal[]; 00013 00014 #endif // __SPLASHBITMAP__ 00015