merge from libretro fork
[pcsx_rearmed.git] / frontend / menu.h
index 81cd1ba..8f5acda 100644 (file)
@@ -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__ */