aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
new file mode 100644
index 0000000..67beef2
--- /dev/null
+++ b/frontend/menu.h
@@ -0,0 +1,5 @@
+void menu_init(void);
+void menu_prepare_emu(void);
+void menu_loop(void);
+
+void menu_notify_mode_change(int w, int h);