summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monspeak.h')
-rw-r--r--crawl-ref/source/monspeak.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/monspeak.h b/crawl-ref/source/monspeak.h
index a4658652e9..50473fd629 100644
--- a/crawl-ref/source/monspeak.h
+++ b/crawl-ref/source/monspeak.h
@@ -11,5 +11,8 @@
#include "externs.h"
bool mons_speaks(const monsters *monster);
+void mons_speaks_msg(const monsters *monster, const std::string &msg,
+ const msg_channel_type def_chan = MSGCH_TALK,
+ const bool silence = false);
#endif