Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
fli_bitmap(3) - Linux man page
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
next_fli_frame
(3)
,
fli_bmp_dirty_from
(3)
,
fli_palette
(3)
Referenced By
open_fli
(3)