From 01a803bec48b1377d2714bce819fb2544eeeb44b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 11 Jan 2009 16:51:21 +0000 Subject: initial loader frame --- src/client/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/client.h') 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); -- cgit v1.2.3