source: trunk/JPGPROC/source/gbmsrc/gbmpcx.h@ 2

Last change on this file since 2 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 436 bytes
Line 
1/*
2
3gbmpcx.h - ZSoft PC Paintbrush support
4
5*/
6
7extern GBM_ERR pcx_qft(GBMFT *gbmft);
8extern GBM_ERR pcx_rhdr(const char *fn, int fd, GBM *gbm, const char *opt);
9extern GBM_ERR pcx_rpal(int fd, GBM *gbm, GBMRGB *gbmrgb);
10extern GBM_ERR pcx_rdata(int fd, GBM *gbm, byte *data);
11extern GBM_ERR pcx_w(const char *fn, int fd, const GBM *gbm, const GBMRGB *gbmrgb, const byte *data, const char *opt);
12extern const char *pcx_err(GBM_ERR rc);
Note: See TracBrowser for help on using the repository browser.