From 2c8e84a3d2fe93f84d0ffca63967e81a03534c00 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 1 Apr 2018 13:56:14 +0200 Subject: Split units.cpp. --- src/game/game.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/game.hpp') diff --git a/src/game/game.hpp b/src/game/game.hpp index 331c1d1..517f74a 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -164,6 +164,8 @@ namespace game { class fx_move_marker_t; + unit_t *find_target(world::world_t *world, v2f_t x, float r, bool friendly); + class unit_t : public entity_t { protected: double next_targetting = -INFINITY; -- cgit