diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-12-19 20:04:07 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-12-19 20:04:07 +0100 |
commit | a284014075b0abac2b65e3064eac152e8a62bc15 (patch) | |
tree | 200813b04a7c6098c98d069b6bf9d0af237adfa2 /src/common.hpp | |
parent | ab725d9770c648bda8cc76425a5b3fcd98dce5f7 (diff) |
Group command feedback says.
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp index 9da2d4c..7b2f24a 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -216,6 +216,8 @@ namespace game { }; class state_t { + void group_say(std::string text); + public: world::world_t world; interface::state_t *interface; |