summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
1 files changed, 2 insertions, 0 deletions
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;