X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.h;h=7561d345c172c56d425b0fbd810163aaf1958be2;hb=838a5b02ee2a6e4c90459f07146ca13a35d6d816;hp=62ec051c3f14d1b6e0dcecbf2a5c0f4377789e20;hpb=13059a606f2ffeb411101101ddcac47be73ad625;p=libpicofe.git diff --git a/gp2x/menu.h b/gp2x/menu.h index 62ec051..7561d34 100644 --- a/gp2x/menu.h +++ b/gp2x/menu.h @@ -3,10 +3,6 @@ // For commercial use, separate licencing terms must be obtained. -extern char menuErrorMsg[40]; - -void menu_init(void); -void text_out16(int x, int y, const char *texto, ...); void menu_loop(void); int menu_loop_tray(void); void menu_romload_prepare(const char *rom_name);