summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-27 17:56:43 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-27 17:56:43 +0300
commiteee2f72b047262cbb6478c67f2e5293a85ce79e4 (patch)
treea5924ee55bd5570825dccd0a344dd9f986157e12 /src/gui/windows/chatwindow.h
parente068a57abf67381e4f58f90e40af3be6b386e240 (diff)
downloadplus-eee2f72b047262cbb6478c67f2e5293a85ce79e4.tar.gz
plus-eee2f72b047262cbb6478c67f2e5293a85ce79e4.tar.bz2
plus-eee2f72b047262cbb6478c67f2e5293a85ce79e4.tar.xz
plus-eee2f72b047262cbb6478c67f2e5293a85ce79e4.zip
allow to owner talk from own pet.
New chat command: /talkpet text
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r--src/gui/windows/chatwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h
index a1a7d77ee..8cda0fa84 100644
--- a/src/gui/windows/chatwindow.h
+++ b/src/gui/windows/chatwindow.h
@@ -292,6 +292,8 @@ class ChatWindow final : public Window,
void postInit() override final;
+ void localPetSay(const std::string &nick, const std::string &text);
+
#ifdef USE_PROFILER
void logicChildren();
#endif