table of contents
fli_bitmap(3) | Allegro manual | fli_bitmap(3) |
NAME¶
fli_bitmap - Contains the current frame of the animation. Allegro game programming library.
SYNOPSIS¶
#include <allegro.h>
extern BITMAP *fli_bitmap;
DESCRIPTION¶
Contains the current frame of the FLI/FLC animation. If there is no open animation, its value will be NULL.
SEE ALSO¶
version 4.4.3 | Allegro |