From 728abda9dc6fc8e65c7c0e0240a2e7d61a43a583 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Sun, 5 Sep 2021 22:36:13 +0200 Subject: tech tostring, all sprites, heal and convert --- game/ground.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'game/ground.h') diff --git a/game/ground.h b/game/ground.h index c9f997b..ab8f0e8 100644 --- a/game/ground.h +++ b/game/ground.h @@ -29,6 +29,8 @@ class Ground { std::vector star (int pos); std::vector move_area (Gst &gst, Entity &ent); std::vector attack_targets (Gst &gst, Entity &ent); + std::vector heal_targets (Gst &gst, Entity &ent); + std::vector convert_targets (Gst &gst, Entity &ent); }; #endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf