X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.h;h=bd216a4afab3baae5059ba89b6c367b03b836ba7;hb=c7a4ff64287b12487c7e9cc13ce3b7d2aa6e1f06;hp=62ec051c3f14d1b6e0dcecbf2a5c0f4377789e20;hpb=51b55351d2f99c460670e90fdbf1bf8290f8a04f;p=libpicofe.git diff --git a/gp2x/menu.h b/gp2x/menu.h index 62ec051..bd216a4 100644 --- a/gp2x/menu.h +++ b/gp2x/menu.h @@ -5,8 +5,6 @@ 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);