diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-27 19:21:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-27 19:21:37 +0300 |
commit | 7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8 (patch) | |
tree | 40cf0cab5c0549506555f53422d67ff4f2b868ee /src/gui/windows/chatwindow.h | |
parent | 7112c6d75657791aab52a5e1e2f7aec9a0b2519d (diff) | |
download | plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.tar.gz plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.tar.bz2 plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.tar.xz plus-7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8.zip |
add pet emote command.
New chat command: /emotepet emote
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 8cda0fa84..64db4d1df 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -294,6 +294,8 @@ class ChatWindow final : public Window, void localPetSay(const std::string &nick, const std::string &text); + void localPetEmote(const std::string &nick, const uint8_t emoteId); + #ifdef USE_PROFILER void logicChildren(); #endif |