X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;h=5a6dbc452f41f731c2f66c9f8b6f3f9e96334185;hb=refs%2Fheads%2Fmenu2;hp=b7b8f682914895b11e80934d38d8933bdde547d9;hpb=9695bd6aa2ca31da9dbcde29eb5d082489c4decc;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/menu.h b/menu.h index b7b8f68..5a6dbc4 100644 --- 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);