00001 // 00002 // text2 declarations 00003 // 00004 00005 #ifndef __TEXT2__ 00006 #define __TEXT2__ 00007 00008 extern const int text2Width; 00009 extern const int text2Height; 00010 extern const int text2Size; 00011 extern const unsigned int text2Data[]; 00012 00013 #endif // __TEXT2__ 00014