X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.h;h=87c51b542294eee1841058e5e56d34b72aeac3de;hb=35a9cf0ffa492cbaa4137bdf70147508f233fccf;hp=727f46ad200a150ea94a78e5eab49c1ea2ccad90;hpb=0805b5b4783b6b711da83c4704c01c5b615adcca;p=libpicofe.git diff --git a/gp2x/menu.h b/gp2x/menu.h index 727f46a..87c51b5 100644 --- a/gp2x/menu.h +++ b/gp2x/menu.h @@ -9,6 +9,7 @@ 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_loop(void); +int menu_loop_tray(void); #define CONFIGURABLE_KEYS \ (GP2X_UP|GP2X_DOWN|GP2X_LEFT|GP2X_RIGHT|GP2X_A|GP2X_B|GP2X_X|GP2X_Y| \