summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index a5802ba51a..2b69ebd91d 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -78,6 +78,8 @@ monsterentry *get_monster_data(int p_monsterid);
void init_monsters( FixedVector<unsigned short, 1000>& colour );
void init_monster_symbols();
+monsters *monster_at(const coord_def &pos);
+
// this is the old moname()
std::string mons_type_name(int type, description_level_type desc );