X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;fp=menu.h;h=9086b83845d3b625b25d033c197cb3968f635aef;hb=39ea155774da82304b0d039c16de15cb022bd175;hp=b7b8f682914895b11e80934d38d8933bdde547d9;hpb=9695bd6aa2ca31da9dbcde29eb5d082489c4decc;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/menu.h b/menu.h index b7b8f68..9086b83 100644 --- a/menu.h +++ b/menu.h @@ -32,13 +32,18 @@ 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; } extern menu;