From ca0c1d3e6f8b5fa4eb2e0a86fcf47b12fb600786 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 27 Sep 2008 17:16:15 +0000 Subject: mission targets, texture unloading, private messages --- src/client/client.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 664bbb4..6da5c5f 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -32,13 +32,16 @@ public: virtual void notify_sound(const char * name); /// text notifications from the core - virtual void notify_message(std::string const & message); + virtual void notify_message(core::Message::Channel const channel, std::string const message); /// remove sound source notification virtual void notify_remove_sound(size_t source); /// clear zone notification virtual void notify_zoneclear(core::Zone *zone); + + /// disconnect notification + virtual void notify_disconnect(); }; -- cgit v1.2.3