aboutsummaryrefslogtreecommitdiff
path: root/gst/units.h
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-02-22 16:28:34 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-02-22 16:29:15 +0100
commit16bca58803c5ff76de20889bc064f22e5305b9ed (patch)
treea0d154e84071677d1bd76a07fc8e4dc771c1f5a0 /gst/units.h
parent02c89fceeb915e31b36dd4acb4218ccd913b2ce8 (diff)
blinking cursor and fix net
Diffstat (limited to 'gst/units.h')
-rw-r--r--gst/units.h1
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;