diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-09-05 22:36:13 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-09-05 22:36:13 +0200 |
commit | 728abda9dc6fc8e65c7c0e0240a2e7d61a43a583 (patch) | |
tree | 545187ed3d634792af1082ce021665d3ef4934fc /game/ground.h | |
parent | c298eb988874bc2cf3adb39c2532419ec76a24bc (diff) |
tech tostring, all sprites, heal and convert
Diffstat (limited to 'game/ground.h')
-rw-r--r-- | game/ground.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<int> star (int pos); std::vector<int> move_area (Gst &gst, Entity &ent); std::vector<int> attack_targets (Gst &gst, Entity &ent); + std::vector<int> heal_targets (Gst &gst, Entity &ent); + std::vector<int> convert_targets (Gst &gst, Entity &ent); }; #endif
\ No newline at end of file |