From b8d3542b46621299bc2056b53209fc22646bef2f Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 18 Dec 2016 11:52:33 -0800 Subject: move functions from start_menu.c to menu.c --- include/menu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/menu.h') diff --git a/include/menu.h b/include/menu.h index 9592fc291..66423659c 100644 --- a/include/menu.h +++ b/include/menu.h @@ -9,6 +9,8 @@ struct MenuAction u8 (*func)(void); }; +void sub_8071C20(void); +void AppendToList(u8 *list, u8 *pindex, u32 value); void InitMenuWindow(const struct WindowConfig *); void MultistepInitMenuWindowBegin(const struct WindowConfig *); bool32 MultistepInitMenuWindowContinue(void); -- cgit v1.2.3