From 02c89fceeb915e31b36dd4acb4218ccd913b2ce8 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Mon, 22 Feb 2021 14:52:31 +0100 Subject: rename ingame template and army --- hud/hud.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hud/hud.h') diff --git a/hud/hud.h b/hud/hud.h index 6b3005e..a520dcb 100644 --- a/hud/hud.h +++ b/hud/hud.h @@ -25,6 +25,8 @@ typedef struct { button new_template; button save_templates; button save_army; + button delete_army; + button new_army; button start_battle; button host_game; button join_game; @@ -35,12 +37,15 @@ typedef struct { SDL_Rect rect_army; char army_list[64][32]; int army_listlen; - char army_listcur[32]; + int army_listcur; int battle_state; char playername[32]; int input_playername; char ip[32]; int input_ip; + int input_army; + int input_temp; + char army_rename[32]; } overlay_game; typedef struct { -- cgit v1.2.3-54-g00ecf