1fli_bitmap(3) Allegro manual fli_bitmap(3)
23
4
NAME
6fli_bitmap - Contains the current frame of the animation. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern BITMAP *fli_bitmap;
14
DESCRIPTION
16Contains the current frame of the FLI/FLC animation. If there is no
17open animation, its value will be NULL.
1819
SEE ALSO
21next_fli_frame(3), fli_bmp_dirty_from(3), fli_palette(3)
2223
24
25
Allegro version 4.4.3 fli_bitmap(3)