From d1af4269c4130d11d77f61f1a2ac8f3e249f72f2 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Fri, 5 Mar 2021 16:54:26 +0100 Subject: unit generator in hud, minor fix in movement, % in view and cost weights --- hud/hud.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hud/hud.h') diff --git a/hud/hud.h b/hud/hud.h index 48c877b..0086561 100644 --- a/hud/hud.h +++ b/hud/hud.h @@ -65,6 +65,7 @@ typedef struct { SDL_Rect rect_augs[8]; SDL_Rect rect_stats; button done; + button randomize; info_unit uinfo; info_unit *uinfo_ptr; int sel, ind; -- cgit v1.2.3-54-g00ecf