X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=menu.h;h=4dfe1308cb5e8a93df64384a32ce63f755ae8cb6;hp=531db6d1e847e8bdd30c9614908010c2ce6aa3c5;hb=9089665ca1260c338c4239583f59de981bc80c1c;hpb=7ceadd9993ea84078e9d74d79215419e06496f90 diff --git a/menu.h b/menu.h index 531db6d..4dfe130 100644 --- 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, ...);