From e5aada2bf01e51753829215c0a3035aa8bd8135a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 5 Jul 2008 10:17:39 +0000 Subject: ncurses updates, refactored say --- 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 65fd495..d0da18e 100644 --- a/src/core/gameconnection.h +++ b/src/core/gameconnection.h @@ -36,6 +36,9 @@ public: /// forward a command line to the remote server void forward(std::string const &cmdline); + /// localplayer sends a chat message to the public channel + void say(std::string const &args); + /*----- static ---------------------------------------------------- */ /// return the current game connection -- cgit v1.2.3