summaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
new file mode 100644
index 0000000..e151098
--- /dev/null
+++ b/frontend/menu.h
@@ -0,0 +1,10 @@
+#ifndef _FRONTEND_MENU_H__
+#define _FRONTEND_MENU_H__
+
+#include "frontend/libpicofe/menu.h"
+
+void menu_init(void);
+void menu_loop(void);
+void menu_finish(void);
+
+#endif