summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h
index 7fce7ef1a..04ab78b27 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -15,6 +15,12 @@ struct MenuAction2
u8 (*func)(u8);
};
+struct MenuAction3
+{
+ u8 (*func1)(u8);
+ u8 (*func2)(u8);
+};
+
void CloseMenu(void);
void AppendToList(u8 *list, u8 *pindex, u32 value);
void InitMenuWindow(const struct WindowConfig *);