aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
index e7e0aa8..7fb85b3 100644
--- a/frontend/menu.h
+++ b/frontend/menu.h
@@ -1,6 +1,7 @@
void menu_init(void);
void menu_prepare_emu(void);
void menu_loop(void);
+void menu_finish(void);
void menu_notify_mode_change(int w, int h, int bpp);