X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.h;h=a3625f84ab924b75cc49a53b7c5c3635972b811d;hb=7fd581f40bb5273e81dc08afdd55224c26c8fb9e;hp=3f776039aa4d4441b371e44451df24b5bf46bb9d;hpb=3ffee69c504e786d66bff58e109534025701d86e;p=libpicofe.git diff --git a/common/menu.h b/common/menu.h index 3f77603..a3625f8 100644 --- a/common/menu.h +++ b/common/menu.h @@ -156,6 +156,9 @@ void menu_init(void); void text_out16(int x, int y, const char *texto, ...); void me_update_msg(const char *msg); +void menu_loop(void); +int menu_loop_tray(void); + menu_entry *me_list_get_first(void); menu_entry *me_list_get_next(void);