summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-18 11:52:33 -0800
committerYamaArashi <shadow962@live.com>2016-12-18 11:52:33 -0800
commitb8d3542b46621299bc2056b53209fc22646bef2f (patch)
treeede8509d469aef1eed087fc6124b969e68e0ce0d /include/menu.h
parentbfe868c4fbd3e9bd216be3d05b9f4a573cf66c42 (diff)
move functions from start_menu.c to menu.c
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h2
1 files changed, 2 insertions, 0 deletions
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);