1save_pcx_pf(3) Allegro manual save_pcx_pf(3)
23
4
NAME
6save_pcx_pf - Packfile version of save_pcx. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int save_pcx_pf(PACKFILE *f, BITMAP *bmp, RGB *pal);
14
DESCRIPTION
16A version of save_pcx which writes to a packfile.
1718
SEE ALSO
20save_pcx(3)
2122
23
24
Allegro version 4.4.3 save_pcx_pf(3)