fix list seeking, add autoload option
[libpicofe.git] / menu.h
diff --git a/menu.h b/menu.h
index 531db6d..4dfe130 100644 (file)
--- a/menu.h
+++ b/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, ...);