diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 16:28:34 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 16:29:15 +0100 |
commit | 16bca58803c5ff76de20889bc064f22e5305b9ed (patch) | |
tree | a0d154e84071677d1bd76a07fc8e4dc771c1f5a0 /gst/units.h | |
parent | 02c89fceeb915e31b36dd4acb4218ccd913b2ce8 (diff) |
blinking cursor and fix net
Diffstat (limited to 'gst/units.h')
-rw-r--r-- | gst/units.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/units.h b/gst/units.h index 8e78d8d..d574b79 100644 --- a/gst/units.h +++ b/gst/units.h @@ -22,6 +22,7 @@ typedef struct army_ { unit **grid; int uslen; int sx, sy; + char name[32]; } army; |