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>2008-05-18 19:22:39 +0000
committerStijn Buys <ingar@osirion.org>2008-05-18 19:22:39 +0000
commit2f4c20a0b6fa0397d623d883ee48ba59563f1e2f (patch)
tree2186c4ada36a9bc832a89c662029d3b12bf1840e /src/client/client.h
parentcc0a133a616aeff57887b27497e4a978b5697c04 (diff)
standard hail
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h5
1 files changed, 4 insertions, 1 deletions
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);
};