X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fmenu.h;h=bd216a4afab3baae5059ba89b6c367b03b836ba7;hb=f02439758ee681130093e689d4d8a4b377ca462f;hp=62ec051c3f14d1b6e0dcecbf2a5c0f4377789e20;hpb=a12e01162349cd970e9b6fe5674497760631279b;p=picodrive.git diff --git a/platform/gp2x/menu.h b/platform/gp2x/menu.h index 62ec051..bd216a4 100644 --- a/platform/gp2x/menu.h +++ b/platform/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);