summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-28 19:36:50 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-28 19:36:50 +0300
commita5e3d86efb85bb2a65e160972cc56e89cd764453 (patch)
treef385447603a24a3898b493ce131b4edf8abd86ab /src/gui/windows/chatwindow.h
parent8bfdc250ae7c5ab852653b3aa2da7f3781c7c56e (diff)
downloadplus-a5e3d86efb85bb2a65e160972cc56e89cd764453.tar.gz
plus-a5e3d86efb85bb2a65e160972cc56e89cd764453.tar.bz2
plus-a5e3d86efb85bb2a65e160972cc56e89cd764453.tar.xz
plus-a5e3d86efb85bb2a65e160972cc56e89cd764453.zip
Add chat command for stop and start pet ai.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r--src/gui/windows/chatwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h
index bbc188c3a..9455557dd 100644
--- a/src/gui/windows/chatwindow.h
+++ b/src/gui/windows/chatwindow.h
@@ -304,6 +304,10 @@ class ChatWindow final : public Window,
static void localPetDirection(const std::string &nick,
BeingDirection::Type dir);
+
+ static void localPetAi(const std::string &nick,
+ const bool start);
+
void postConnection();
#ifdef USE_PROFILER