aboutsummaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/menu.h b/menu.h
new file mode 100644
index 0000000..9b9739d
--- /dev/null
+++ b/menu.h
@@ -0,0 +1,11 @@
+#ifndef _MENU_H__
+#define _MENU_H__
+
+#include "config.h"
+#include "libpicofe/menu.h"
+
+int menu_init(void);
+void menu_loop(void);
+void menu_finish(void);
+
+#endif