merge border style from gpfce

This commit is contained in:
notaz 2012-09-10 00:21:37 +03:00 committed by Grazvydas Ignotas
parent a86e9a3e58
commit 675d1d368c
2 changed files with 112 additions and 30 deletions

11
menu.h
View file

@ -117,16 +117,9 @@ extern int g_menuscreen_w;
extern int g_menuscreen_h;
#endif
void menu_init(void);
void menu_init_base(void);
void menu_update_msg(const char *msg);
void text_out16(int x, int y, const char *texto, ...);
void me_update_msg(const char *msg);
void menu_romload_prepare(const char *rom_name);
void menu_romload_end(void);
void menu_loop(void);
int menu_loop_tray(void);
menu_entry *me_list_get_first(void);
menu_entry *me_list_get_next(void);