save_tga_pf

Section: Allegro manual (3)
Updated: version 4.2.2
Index Return to Main Contents
 

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)