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/core/gameconnection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameconnection.h') diff --git a/src/core/gameconnection.h b/src/core/gameconnection.h index d0da18e..ecf50f2 100644 --- a/src/core/gameconnection.h +++ b/src/core/gameconnection.h @@ -39,6 +39,9 @@ public: /// localplayer sends a chat message to the public channel void say(std::string const &args); + /// localplayer sends a private message to another player + void private_message(std::string const &args); + /*----- static ---------------------------------------------------- */ /// return the current game connection -- cgit v1.2.3