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>2009-01-11 16:51:21 +0000
committerStijn Buys <ingar@osirion.org>2009-01-11 16:51:21 +0000
commit01a803bec48b1377d2714bce819fb2544eeeb44b (patch)
tree915a70eb23ea4f15f0a1293b2bdf5e594a10578a /src/client/client.h
parent20e8e4c0fb1262a25c2491679da4587d264208a2 (diff)
initial loader frame
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);