mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
bring pandora to buildable state. Some cleanups and fixes along the way.
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@650 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3ffee69c50
commit
7fd581f40b
7 changed files with 66 additions and 202 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue