a mess but stable
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index 9086b83845d3b625b25d033c197cb3968f635aef..5a6dbc452f41f731c2f66c9f8b6f3f9e96334185 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -44,11 +44,13 @@ struct global_menu
 
    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);