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

reset_fli_variables - Resets the bitmap and palette dirty global variables. Allegro game programming

Description

       Once you have done whatever you are going to do with the fli_bitmap and fli_palette, call  this  function
       to reset the fli_bmp_dirty_* and fli_pal_dirty_* variables.

Name

       reset_fli_variables  -  Resets  the  bitmap  and palette dirty global variables. Allegro game programming
       library.

See Also

fli_bmp_dirty_from(3alleg4), fli_pal_dirty_from(3alleg4)

Allegro                                           version 4.4.3                     reset_fli_variables(3alleg4)

Synopsis

#include<allegro.h>voidreset_fli_variables();

See Also