1reset_fli_variables(3) Allegro manual reset_fli_variables(3)
2
3
4
6 reset_fli_variables - Resets the bitmap and palette dirty global vari‐
7 ables. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void reset_fli_variables();
14
16 Once you have done whatever you are going to do with the fli_bitmap and
17 fli_palette, call this function to reset the fli_bmp_dirty_* and
18 fli_pal_dirty_* variables.
19
20
22 fli_bmp_dirty_from(3), fli_pal_dirty_from(3)
23
24
25
26Allegro version 4.2.3 reset_fli_variables(3)