bn::palette_bitmap_bg_visible_manager class

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

Public static functions

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