diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-21 05:25:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-21 05:25:01 +0300 |
commit | 8037d33c9f429d4c0322da383cdda46776c3c14e (patch) | |
tree | 7460a6dd0c774817ff1dd92aa190776ae1684ed9 /src/gui/popupmenu.h | |
parent | d7eae524bf7e88ebb5a324431b74a77ce1e7fded (diff) | |
download | plus-8037d33c9f429d4c0322da383cdda46776c3c14e.tar.gz plus-8037d33c9f429d4c0322da383cdda46776c3c14e.tar.bz2 plus-8037d33c9f429d4c0322da383cdda46776c3c14e.tar.xz plus-8037d33c9f429d4c0322da383cdda46776c3c14e.zip |
Impliment attack filter.
Add tab in social tab.
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r-- | src/gui/popupmenu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h index 6dca1ff64..61720d417 100644 --- a/src/gui/popupmenu.h +++ b/src/gui/popupmenu.h @@ -117,6 +117,9 @@ class PopupMenu : public Popup, public LinkHandler void showSpellPopup(int x, int y, TextCommand *cmd); + void showAttackMonsterPopup(int x, int y, std::string name, + bool isAttack); + /** * Shows the related popup menu when right click on the chat * at the specified mouse coordinates. |