revive pandora and win32 builds, rm gp2x dep for linux, lots of refactoring
[libpicofe.git] / common / menu.h
index 5f7db7b..c9be9f2 100644 (file)
@@ -154,6 +154,8 @@ typedef struct
 extern me_bind_action me_ctrl_actions[15];
 extern me_bind_action emuctrl_actions[];       // platform code
 
+extern void *g_menubg_ptr;
+
 void menu_init(void);
 void menu_plat_setup(int is_wiz);
 void text_out16(int x, int y, const char *texto, ...);
@@ -168,5 +170,3 @@ int  menu_loop_tray(void);
 menu_entry *me_list_get_first(void);
 menu_entry *me_list_get_next(void);
 
-void menu_darken_bg(void *dst, int pixels, int darker);
-