diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 14:52:31 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 14:52:31 +0100 |
commit | 02c89fceeb915e31b36dd4acb4218ccd913b2ce8 (patch) | |
tree | 005c263cbbe49f299d02b5dd8ccdf7d0157ad19e /hud/hud.h | |
parent | d1dc6ddc035193ab6e2570f58b7e3a79fc335bce (diff) |
rename ingame template and army
Diffstat (limited to 'hud/hud.h')
-rw-r--r-- | hud/hud.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 { |