diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-07 01:30:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 01:30:24 +0300 |
commit | a66df732580a488c92dd680e8b9e7fc965ea1318 (patch) | |
tree | 6a64ddd676c8c847fdece66ecbb1333a0f281040 /src/gui/popups/popupmenu.h | |
parent | 086356622db7b0734be68c58e064544fa243be1b (diff) | |
download | plus-a66df732580a488c92dd680e8b9e7fc965ea1318.tar.gz plus-a66df732580a488c92dd680e8b9e7fc965ea1318.tar.bz2 plus-a66df732580a488c92dd680e8b9e7fc965ea1318.tar.xz plus-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.h | 2 |
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); |