X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fmenu.h;h=62ec051c3f14d1b6e0dcecbf2a5c0f4377789e20;hb=a12e01162349cd970e9b6fe5674497760631279b;hp=8c9e29b3f4bedf62219903ab83da1f949d5f15ef;hpb=a9b3ffd3cce011d42652d22f15a4a13dff29b0d7;p=picodrive.git diff --git a/platform/gp2x/menu.h b/platform/gp2x/menu.h index 8c9e29b..62ec051 100644 --- a/platform/gp2x/menu.h +++ b/platform/gp2x/menu.h @@ -1,13 +1,12 @@ -// (c) Copyright 2006 notaz, All rights reserved. +// (c) Copyright 2006,2007 notaz, All rights reserved. // Free for non-commercial use. // For commercial use, separate licencing terms must be obtained. extern char menuErrorMsg[40]; -void gp2x_text_out8 (int x, int y, const char *texto, ...); -void gp2x_text_out15 (int x, int y, const char *text); -void gp2x_text_out8_2(int x, int y, const char *texto, int color); +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);