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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 8878464d95..83f7787d35 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -57,6 +57,15 @@ void mpr(const char *inf, int channel = MSGCH_PLAIN, int param = 0);
void mprf( int channel, const char *format, ... );
void mprf( const char *format, ... );
+class no_messages
+{
+public:
+ no_messages();
+ ~no_messages();
+private:
+ bool msuppressed;
+};
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: acr