aboutsummaryrefslogtreecommitdiff
path: root/hud/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'hud/hud.h')
-rw-r--r--hud/hud.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hud/hud.h b/hud/hud.h
index 0086561..8f78d8d 100644
--- a/hud/hud.h
+++ b/hud/hud.h
@@ -64,11 +64,14 @@ typedef struct {
SDL_Rect rect_armor[8];
SDL_Rect rect_augs[8];
SDL_Rect rect_stats;
+ SDL_Rect rect_gen_cost;
button done;
button randomize;
info_unit uinfo;
info_unit *uinfo_ptr;
int sel, ind;
+ float gen_cost_max;
+ float nav_stats;
} form_new_unit;
typedef struct {