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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/application.h b/src/core/application.h
index bec53d9..aad3ac9 100644
--- a/src/core/application.h
+++ b/src/core/application.h
@@ -56,6 +56,14 @@ public:
/// quit the application without proper shutdown
virtual void quit(int status);
+/*----- notifications --------------------------------------------- */
+
+ /// sound notifications from the core to the application
+ virtual void notify_sound(const char * name);
+
+ /// text notifications from the core to the application
+ virtual void notify_message(std::string const & message);
+
/*----- static --------------------------------------------------- */
/// a pointer to the current application instance