Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);
};