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.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 57488ec..8bd6d45 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -28,8 +28,11 @@ public: /// quit the client virtual void quit(int status); - /// sound notifications from the core to the application + /// sound notifications from the core virtual void notify_sound(const char * name); + + /// text notifications from the core + virtual void notify_message(std::string const & message); }; -- cgit v1.2.3