summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-stuff.h')
-rw-r--r--crawl-ref/source/mon-stuff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-stuff.h b/crawl-ref/source/mon-stuff.h
index 44cd442501..4b6af3fc82 100644
--- a/crawl-ref/source/mon-stuff.h
+++ b/crawl-ref/source/mon-stuff.h
@@ -136,6 +136,9 @@ std::string get_wounds_description(const monsters *monster);
void print_wounds(const monsters *monster);
bool monster_descriptor(int which_class, mon_desc_type which_descriptor);
+// Return your target, if it still exists and is visible to you.
+monsters *get_current_target();
+
void mons_get_damage_level(const monsters*, std::string& desc,
mon_dam_level_type&);