X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.h;h=3f776039aa4d4441b371e44451df24b5bf46bb9d;hb=3ffee69c504e786d66bff58e109534025701d86e;hp=c4aaaf00fcf13998752678c22afed4dc01ff2c07;hpb=e31266dd116b6bea59ce3f2036feeb6725c45a72;p=libpicofe.git diff --git a/common/menu.h b/common/menu.h index c4aaaf0..3f77603 100644 --- a/common/menu.h +++ b/common/menu.h @@ -1,11 +1,4 @@ -// (c) Copyright 2006-2008 notaz, All rights reserved. - - -void menu_init(void); -void text_out16(int x, int y, const char *texto, ...); -void smalltext_out16(int x, int y, const char *texto, int color); - -extern char menuErrorMsg[64]; +// (c) Copyright 2006-2009 notaz, All rights reserved. typedef enum { @@ -159,6 +152,10 @@ typedef struct extern me_bind_action me_ctrl_actions[15]; extern me_bind_action emuctrl_actions[]; // platform code +void menu_init(void); +void text_out16(int x, int y, const char *texto, ...); +void me_update_msg(const char *msg); + menu_entry *me_list_get_first(void); menu_entry *me_list_get_next(void);