mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
fix list seeking, add autoload option
This commit is contained in:
parent
7ceadd9993
commit
9089665ca1
3 changed files with 31 additions and 9 deletions
2
menu.h
2
menu.h
|
@ -118,6 +118,8 @@ extern void *g_menuscreen_ptr;
|
|||
extern int g_menuscreen_w;
|
||||
extern int g_menuscreen_h;
|
||||
|
||||
extern int g_autostateld_opt;
|
||||
|
||||
void menu_init_base(void);
|
||||
void menu_update_msg(const char *msg);
|
||||
void text_out16(int x, int y, const char *texto, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue