bn::sprite_visible_manager class

Manages if a sprite_ptr must be committed to the GBA or not.

Public static functions

static auto get(const sprite_ptr& sprite) -> bool
Indicates if the given sprite_ptr is committed to the GBA or not.
static void set(bool visible, sprite_ptr& sprite)
Sets if the given sprite_ptr must be committed to the GBA or not.