logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

save_bmp_pf - Packfile version of save_bmp. Allegro game programming library.

Description

       A version of save_bmp which writes to a packfile.

Name

       save_bmp_pf - Packfile version of save_bmp. Allegro game programming library.

See Also

save_bmp(3alleg4), expackf(3alleg4)

Allegro                                           version 4.4.3                             save_bmp_pf(3alleg4)

Synopsis

#include<allegro.h>intsave_bmp_pf(PACKFILE*f,BITMAP*bmp,RGB*pal);

See Also