From 50a1e2b2fe3c207c7227df4941f2f66990db0c2c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Aug 2008 18:24:36 +0000 Subject: network protocol version 5, netserver per-client updates, zone change protocol --- src/core/application.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/application.h') 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 -- cgit v1.2.3