From 4842b67ab590250d95ad4be5fe61380a09b1e8ea Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Mon, 22 Feb 2021 19:51:09 +0100 Subject: view levels and maxrange strat --- 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 2fe0973..6417cda 100644 --- a/gst/info.h +++ b/gst/info.h @@ -115,6 +115,7 @@ float info_unit_get_damage_target(infos *info, info_unit *u, int w, info_unit *t); 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_maxrange(infos *info, info_unit *u); float info_unit_get_armor(infos *info, info_unit *u, int d); float info_unit_get_cost(infos *info, info_unit *u); -- cgit v1.2.3-54-g00ecf