mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
merge border style from gpfce
This commit is contained in:
parent
a86e9a3e58
commit
675d1d368c
2 changed files with 112 additions and 30 deletions
11
menu.h
11
menu.h
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue