X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fcommon%2Fmenu.h;h=c9be9f2372fffe5ad20898c50d816ea47d46516c;hb=697746df021a83dcb556afdb36abc6977780985c;hp=5f7db7b533d48d701c816cae4de51a755e1932f5;hpb=18b9412743dafb4de7a889b4fba7e34f8a1e8b70;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index 5f7db7b..c9be9f2 100644 --- a/platform/common/menu.h +++ b/platform/common/menu.h @@ -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); -