summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index cfe656ddcc..5bb6a4b011 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -174,6 +174,8 @@ bool message_current_target(void);
unsigned int monster_index(const monsters *monster);
+bool monster_can_hit_monster(monsters *monster, const monsters *targ);
+
void mons_get_damage_level(const monsters*, std::string& desc,
mon_dam_level_type&);