X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=menu.h;h=07aee2a927066ba5373f6401e3543a01db1b9ab2;hb=67381db0f42d389fa4abe7520ab81e9d96226ea1;hp=79b827837ca1cee4f93a6479a6288deb4ffb5034;hpb=a86e9a3e58f55bf49d99dfd5e5d6413e17149593;p=libpicofe.git diff --git a/menu.h b/menu.h index 79b8278..07aee2a 100644 --- a/menu.h +++ b/menu.h @@ -117,16 +117,9 @@ extern int g_menuscreen_w; extern int g_menuscreen_h; #endif -void menu_init(void); +void menu_init_base(void); +void menu_update_msg(const char *msg); void text_out16(int x, int y, const char *texto, ...); -void me_update_msg(const char *msg); - -void menu_romload_prepare(const char *rom_name); -void menu_romload_end(void); - -void menu_loop(void); -int menu_loop_tray(void); menu_entry *me_list_get_first(void); menu_entry *me_list_get_next(void); -