aboutsummaryrefslogtreecommitdiff
path: root/hud/hud.h
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-05 16:54:26 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-05 16:54:26 +0100
commitd1af4269c4130d11d77f61f1a2ac8f3e249f72f2 (patch)
tree05618430db0951262bd22e7bbe77b663c3c0346f /hud/hud.h
parent02e55b0647eb5c631e7d7669a13fd0d47ec26c15 (diff)
unit generator in hud, minor fix in movement, % in view and cost weights
Diffstat (limited to 'hud/hud.h')
-rw-r--r--hud/hud.h1
1 files changed, 1 insertions, 0 deletions
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;