summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-07-11 15:39:15 +0300
committerAndrei Karas <akaras@inbox.ru>2013-07-11 15:39:15 +0300
commitffd452cd1ee7d252355c259ca2bae1d40c0e97e9 (patch)
tree5af52c79df128cb5df9d043088565d183397fb16 /src/gui/popupmenu.h
parent0b365e38b6813dc2083e78122d787ec62d7b65cf (diff)
downloadManaVerse-ffd452cd1ee7d252355c259ca2bae1d40c0e97e9.tar.gz
ManaVerse-ffd452cd1ee7d252355c259ca2bae1d40c0e97e9.tar.bz2
ManaVerse-ffd452cd1ee7d252355c259ca2bae1d40c0e97e9.tar.xz
ManaVerse-ffd452cd1ee7d252355c259ca2bae1d40c0e97e9.zip
Add some gm commands in player context menu.
GM commands moved to submenu.
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r--src/gui/popupmenu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h
index 04104fd18..bab29fe7c 100644
--- a/src/gui/popupmenu.h
+++ b/src/gui/popupmenu.h
@@ -207,6 +207,10 @@ class PopupMenu final : public Popup, public LinkHandler
void addUseDrop(const Item *const item, const bool isProtected);
+ void addGmCommands();
+
+ void showGMPopup();
+
BrowserBox *mBrowserBox;
ScrollArea *mScrollArea;