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.24; author jandujar; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.11.02.08.30.24; author jandujar; state Exp; branches ; next ; desc @@ 1.1 log @Initial revision @ text @
00001 // 00002 // PApalet declarations 00003 // 00004 00005 #ifndef __PAPALET__ 00006 #define __PAPALET__ 00007 00008 extern const int PApaletWidth; 00009 extern const int PApaletHeight; 00010 extern const int PApaletSize; 00011 extern const unsigned int PApaletData[]; 00012 extern const unsigned int PApaletPal[]; 00013 00014 #endif // __PAPALET__ 00015