DragonFly On-Line Manual Pages

Search: Section:  


save_tga_pf(3)                  Allegro manual                  save_tga_pf(3)

NAME

save_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);

DESCRIPTION

A version of save_tga which writes to a packfile.

SEE ALSO

save_tga(3), expackf(3) Allegro version 4.4.2 save_tga_pf(3)

Search: Section: