save_pcx_pf.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

#include <allegro.h>

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

DESCRIPTION

A version of save_pcx which writes to a packfile.

SEE ALSO

save_pcx(3alleg)