summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-07 01:30:24 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-07 01:30:24 +0300
commita66df732580a488c92dd680e8b9e7fc965ea1318 (patch)
tree6a64ddd676c8c847fdece66ecbb1333a0f281040 /src/gui/popups/popupmenu.h
parent086356622db7b0734be68c58e064544fa243be1b (diff)
downloadManaVerse-a66df732580a488c92dd680e8b9e7fc965ea1318.tar.gz
ManaVerse-a66df732580a488c92dd680e8b9e7fc965ea1318.tar.bz2
ManaVerse-a66df732580a488c92dd680e8b9e7fc965ea1318.tar.xz
ManaVerse-a66df732580a488c92dd680e8b9e7fc965ea1318.zip
Add "Mail to..." command in player context menu.
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 ad4c943b8..2bf253a29 100644
--- a/src/gui/popups/popupmenu.h
+++ b/src/gui/popups/popupmenu.h
@@ -229,6 +229,8 @@ class PopupMenu final : public Popup, public LinkHandler
void addChat(const Being *const being);
#endif
+ void addMailCommands();
+
void showGMPopup(const std::string &name);
void showPlayerGMCommands(const std::string &name);