summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-07 13:15:22 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-07 13:15:22 +0300
commit6f86c11e0ecee3c980cd7e3cfca8ef72e7aa8a02 (patch)
tree2d1923e799a43754b15728c8e6a23f9c283bd825 /src/gui/popups/popupmenu.h
parentd9732855666b402c0a492d6618ce9ab930089219 (diff)
downloadManaVerse-6f86c11e0ecee3c980cd7e3cfca8ef72e7aa8a02.tar.gz
ManaVerse-6f86c11e0ecee3c980cd7e3cfca8ef72e7aa8a02.tar.bz2
ManaVerse-6f86c11e0ecee3c980cd7e3cfca8ef72e7aa8a02.tar.xz
ManaVerse-6f86c11e0ecee3c980cd7e3cfca8ef72e7aa8a02.zip
Add into mobs and foring pets context menu item for timing pet.
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r--src/gui/popups/popupmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h
index 2bf253a29..5f4f6be70 100644
--- a/src/gui/popups/popupmenu.h
+++ b/src/gui/popups/popupmenu.h
@@ -231,6 +231,8 @@ class PopupMenu final : public Popup, public LinkHandler
void addMailCommands();
+ void addCatchPetCommands();
+
void showGMPopup(const std::string &name);
void showPlayerGMCommands(const std::string &name);