|
NAMEsave_tga_pf - Packfile version of save_tga. Allegro game programming library.SYNOPSIS#include <allegro.h>int save_tga_pf(PACKFILE *f, BITMAP *bmp, RGB *pal); DESCRIPTIONA version of save_tga which writes to a packfile.SEE ALSOsave_tga(3), expackf(3)
Visit the GSP FreeBSD Man Page Interface. |