You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3dpcp/.svn/pristine/ff/fffcf1a03a22d599d51337c8e1b...

10 lines
232 B
Plaintext

#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);
/* ------------------------------------------------------------------------ */