Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarUniverseClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarUniverseClient.hpp')
-rw-r--r--source/game/StarUniverseClient.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarUniverseClient.hpp b/source/game/StarUniverseClient.hpp
index 16457c7..985124a 100644
--- a/source/game/StarUniverseClient.hpp
+++ b/source/game/StarUniverseClient.hpp
@@ -80,7 +80,7 @@ public:
SkyConstPtr currentSky() const;
bool flying() const;
- void sendChat(String const& text, ChatSendMode sendMode);
+ void sendChat(String const& text, ChatSendMode sendMode, Maybe<bool> speak = {});
List<ChatReceivedMessage> pullChatMessages();
uint16_t players();