aboutsummaryrefslogtreecommitdiff
path: root/src/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.h')
-rw-r--r--src/menu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/menu.h b/src/menu.h
new file mode 100644
index 0000000..83394f5
--- /dev/null
+++ b/src/menu.h
@@ -0,0 +1,8 @@
+#ifndef H_MAZE_MENU
+#define H_MAZE_MENU
+
+#include "app.h"
+
+void main_menu_loop(struct app *app);
+
+#endif \ No newline at end of file