summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.h')
-rw-r--r--crawl-ref/source/direct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/direct.h b/crawl-ref/source/direct.h
index 4ffd1b5109..183a7582eb 100644
--- a/crawl-ref/source/direct.h
+++ b/crawl-ref/source/direct.h
@@ -53,6 +53,7 @@ bool in_vlos(const coord_def &pos);
void terse_describe_square(const coord_def &c);
void full_describe_square(const coord_def &c);
void describe_floor();
+std::string get_monster_desc(const monsters *mon, bool full_desc = true);
int dos_direction_unmunge(int doskey);