00001 // 00002 // NeoSplash declarations 00003 // 00004 00005 #ifndef __NEOSPLASH__ 00006 #define __NEOSPLASH__ 00007 00008 extern const int NeoSplashWidth; 00009 extern const int NeoSplashHeight; 00010 extern const int NeoSplashSize; 00011 extern const unsigned int NeoSplashData[]; 00012 extern const unsigned int NeoSplashPal[]; 00013 00014 #endif // __NEOSPLASH__ 00015