summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index b0ff6a93c0..ec6e4258af 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -99,4 +99,6 @@ bool any_messages(void);
* *********************************************************************** */
std::string get_last_messages(int mcount);
+int channel_to_colour( int channel, int param = 0 );
+
#endif