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 0e5c9c0..ef89e70 100644
--- a/src/core/application.h
+++ b/src/core/application.h
@@ -67,6 +67,9 @@ public:
/// remove sound source notification
virtual void notify_remove_sound(size_t source);
+ /// zone clear notification
+ virtual void notify_zoneclear(Zone *zone);
+
/*----- static --------------------------------------------------- */
/// a pointer to the current application instance