X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=common%2Fmenu.h;h=5f7db7b533d48d701c816cae4de51a755e1932f5;hp=d3e49b2339caf1b8884a4bfa9eb0c031be997397;hb=8ced8d2b38431e23be1b26457110febbe10d14c7;hpb=6c026031a80434cda8499e2208538e0155466d6b diff --git a/common/menu.h b/common/menu.h index d3e49b2..5f7db7b 100644 --- a/common/menu.h +++ b/common/menu.h @@ -159,6 +159,9 @@ void menu_plat_setup(int is_wiz); 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);