a mess but stable
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index b7b8f682914895b11e80934d38d8933bdde547d9..5a6dbc452f41f731c2f66c9f8b6f3f9e96334185 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -32,18 +32,25 @@ struct global_menu
        main_row,
        settings_row,
        guides_row,
-       intro_row;
+       intro_row,
+       guide_sel,
+       prem_row;
    f32 mouse_dist;  /* used for waking up mouse */
 
    f32 repeater;
 
    bool bg_blur;
    ent_camera *bg_cam;
+
+   const char *web_link;   /* if set; modal */
+   i32 web_choice;
+
+   GLuint prem_tex;
 }
 extern menu;
 
 void menu_init(void);
 void menu_at_begin(void);
-void menu_gui(void);
+void menu_gui( ui_context *ctx );
 void menu_open( enum menu_page page );
 bool menu_viewing_map(void);