man save_pcx_pf () - Packfile version of save_pcx. Allegro game programming library.

NAME

save_pcx_pf - Packfile version of save_pcx. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

int save_pcx_pf(PACKFILE *f, RGB *pal);

DESCRIPTION

A version of save_pcx which writes to a packfile.

SEE ALSO