Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/application.h')
-rw-r--r--src/core/application.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/application.h b/src/core/application.h
index 45c316f..7e41869 100644
--- a/src/core/application.h
+++ b/src/core/application.h
@@ -72,6 +72,9 @@ public:
/// text notifications from the core to the application
virtual void notify_message(const core::Message::Channel channel, const std::string &message);
+ /// loading message notification
+ virtual void notify_loader(const std::string &message);
+
/// connect notification
virtual void notify_connect();