X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.h;h=62ec051c3f14d1b6e0dcecbf2a5c0f4377789e20;hb=f9a37a0225c13111c81ad25653bd887b721f9c1e;hp=87c51b542294eee1841058e5e56d34b72aeac3de;hpb=5e2e14f284d1abbee9f212f75d6766a5825c7ada;p=libpicofe.git diff --git a/gp2x/menu.h b/gp2x/menu.h index 87c51b5..62ec051 100644 --- a/gp2x/menu.h +++ b/gp2x/menu.h @@ -1,15 +1,16 @@ -// (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); +void menu_romload_end(void); #define CONFIGURABLE_KEYS \ (GP2X_UP|GP2X_DOWN|GP2X_LEFT|GP2X_RIGHT|GP2X_A|GP2X_B|GP2X_X|GP2X_Y| \