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/client/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 9b60671..664bbb4 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -37,6 +37,8 @@ public: /// remove sound source notification virtual void notify_remove_sound(size_t source); + /// clear zone notification + virtual void notify_zoneclear(core::Zone *zone); }; -- cgit v1.2.3