From 2eef87c8970db643c4ef09e0fd9e8110c8193043 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Sat, 20 Feb 2021 00:11:23 +0100 Subject: finish condition and bad cost function --- gst/info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/info.h') diff --git a/gst/info.h b/gst/info.h index 8e7fdaf..9219f8b 100644 --- a/gst/info.h +++ b/gst/info.h @@ -116,6 +116,7 @@ float info_unit_get_damage_target(infos *info, info_unit *u, int w, float info_unit_get_cooldown(infos *info, info_unit *u, int w); float info_unit_get_range(infos *info, info_unit *u, int w); float info_unit_get_armor(infos *info, info_unit *u, int d); +float info_unit_get_cost(infos *info, info_unit *u); void info_load (infos *info); -- cgit v1.2.3-54-g00ecf