Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-25 17:58:12 +0000
committerStijn Buys <ingar@osirion.org>2009-01-25 17:58:12 +0000
commit60749486f978b8220b707541cf478fc87d8d0b36 (patch)
treea943e04276092f6f47547509238f208432bec846 /src/dedicated/dedicated.h
parentf584439abb26f934632089b6333a4fd47c29d3ef (diff)
fix dedicated server chat messages
Diffstat (limited to 'src/dedicated/dedicated.h')
-rw-r--r--src/dedicated/dedicated.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dedicated/dedicated.h b/src/dedicated/dedicated.h
index 4b1f584..f458895 100644
--- a/src/dedicated/dedicated.h
+++ b/src/dedicated/dedicated.h
@@ -29,6 +29,9 @@ public:
/// quit the server Application
virtual void quit(int status);
+
+ /// text notifications from the core
+ virtual void notify_message(const core::Message::Channel channel, const std::string &message);
};
} // namespace dedicated