summaryrefslogtreecommitdiff
path: root/src/game-server/state.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/state.hpp')
-rw-r--r--src/game-server/state.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game-server/state.hpp b/src/game-server/state.hpp
index 7cd69d76..f5595bc8 100644
--- a/src/game-server/state.hpp
+++ b/src/game-server/state.hpp
@@ -99,6 +99,11 @@ namespace GameState
*/
void sayAround(Object *, std::string const &text);
+ /**
+ * Says something to every player on the server.
+ */
+ void sayToAll(const std::string &text);
+
}
#endif