From ae65ef53fc8b70ebee3b43bb06ecd091aaae2a26 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 17 Jul 2008 14:19:18 +0000 Subject: engine sounds --- src/client/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 8bd6d45..9b60671 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -33,6 +33,10 @@ public: /// text notifications from the core virtual void notify_message(std::string const & message); + + /// remove sound source notification + virtual void notify_remove_sound(size_t source); + }; -- cgit v1.2.3