X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.h;h=c9be9f2372fffe5ad20898c50d816ea47d46516c;hb=b188c2b6d0448a9c328a9dcae5ba5c8c8b5273f3;hp=5f7db7b533d48d701c816cae4de51a755e1932f5;hpb=8ced8d2b38431e23be1b26457110febbe10d14c7;p=libpicofe.git diff --git a/common/menu.h b/common/menu.h index 5f7db7b..c9be9f2 100644 --- a/common/menu.h +++ b/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); -