fix list seeking, add autoload option

This commit is contained in:
notaz 2013-08-31 00:49:52 +03:00
parent 7ceadd9993
commit 9089665ca1
3 changed files with 31 additions and 9 deletions

2
menu.h
View file

@ -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, ...);