From ab4a552ed439618ba527f5ca28024dc7ad6d1e10 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Fri, 24 May 2024 14:22:19 -0400 Subject: [PATCH] Missing header update --- include/m_gba_ovl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/m_gba_ovl.h b/include/m_gba_ovl.h index f720b999..f1fcf695 100644 --- a/include/m_gba_ovl.h +++ b/include/m_gba_ovl.h @@ -10,7 +10,7 @@ extern "C" { extern void mGB_copy_image(Submenu*, mActor_name_t, mActor_name_t); extern void mGB_draw_gba(Submenu* submenu, GRAPH* graph, f32 pos_x, f32 pos_y, f32 scale, int idx, int color_flag); - +extern u8* mGB_get_image_name(Submenu* submenu, int idx); extern void mGB_gba_ovl_construct(Submenu* submenu); extern void mGB_gba_ovl_destruct(Submenu* submenu); extern void mGB_gba_ovl_set_proc(Submenu* submenu);