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
index 81cd1ba..8f5acda 100644
--- a/frontend/menu.h
+++ b/frontend/menu.h
@@ -1,3 +1,6 @@
+#ifndef __MENU_H__
+#define __MENU_H__
+
void menu_init(void);
void menu_prepare_emu(void);
void menu_loop(void);
@@ -35,3 +38,5 @@ extern int soft_filter;
extern int g_menuscreen_w;
extern int g_menuscreen_h;
+
+#endif /* __MENU_H__ */