X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.h;h=5f7db7b533d48d701c816cae4de51a755e1932f5;hb=1eb704b6332072581bf7c3bc411babc66f8bda8a;hp=d3e49b2339caf1b8884a4bfa9eb0c031be997397;hpb=b2f512cab27fa3ac45d2aa944899b1c2b582906d;p=libpicofe.git 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);