From 2f4c20a0b6fa0397d623d883ee48ba59563f1e2f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 18 May 2008 19:22:39 +0000 Subject: standard hail --- src/client/client.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/client.cc') diff --git a/src/client/client.cc b/src/client/client.cc index ed31c65..80b983e 100644 --- a/src/client/client.cc +++ b/src/client/client.cc @@ -166,5 +166,11 @@ void Client::notify_sound(const char * name) audio::play(name); } +void Client::notify_message(std::string const & message) +{ + con_print << message << std::endl; + console()->notify(message); +} + } // namespace client -- cgit v1.2.3