diff options
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; |