00001 // 00002 // pp.h,v 1.1 1996/12/07 05:12:08 ms Exp 00003 // 00004 00005 #ifndef __PP_H 00006 #define __PP_H 00007 00008 00009 //#include <fstream.h> ALFRED 00010 #include "mytypes.h" 00011 00012 //extern int depp( ifstream& inputFile, ubyte** destBufRef ); //ALFRED - TODO 00013 extern udword ppUncompressedLen(); 00014 extern const char* ppErrorString; 00015 00016 00017 #endif