DocumentServer/ActiveX/ASCOfficeUtils/GOCR/headers/pcx.h
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

10 lines
232 B
C

#include "pnm.h"
void readpcx(char *name,pix *p,int vvv);
/* write 8bit palette no RLE, ToDo: obsolete? */
void writebmp(char *name,pix p,int vvv);
/* ------------------------------------------------------------------------ */