aboutsummaryrefslogtreecommitdiff
path: root/hud/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'hud/hud.h')
-rw-r--r--hud/hud.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hud/hud.h b/hud/hud.h
index 90119cc..1901620 100644
--- a/hud/hud.h
+++ b/hud/hud.h
@@ -78,6 +78,10 @@ typedef struct {
} hud;
void hud_init(graphic_settings *gs, hud *h, txtd *t);
+
+void hud_map_sel (info_unit *u, infos *info, int sel, int ind,
+ int8_t **n, int *bound, int size[]);
+
void hud_resize (graphic_settings *gs, hud *h, txtd *t);
void hud_process (graphic_settings *gs, hud *h, MKb *mkb,
infos *info, army *ar, map *m, txtd *t, gamestate *gst,