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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h
index e98eaf4..e527b37 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -43,6 +43,9 @@ public:
/// text notifications from the core
virtual void notify_message(const core::Message::Channel channel, const std::string &message);
+ /// loading message notification
+ virtual void notify_loader(const std::string &message);
+
/// text notifications from the client
void notify_message(const std::string &message);