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>2008-05-18 09:21:20 +0000
committerStijn Buys <ingar@osirion.org>2008-05-18 09:21:20 +0000
commit4a2bad92171ff8a9a248599f47087cfe39e93653 (patch)
treeb8a4fe7f616b3e4f707d89a35fff5e8b5fdcfcc8 /src/core/application.h
parenta185c11f2397c0296a4b62cc266b4fa00a63c1e2 (diff)
OpenAL support
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