diff options
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r-- | src/gui/popupmenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h index 208652083..e16a9fb4f 100644 --- a/src/gui/popupmenu.h +++ b/src/gui/popupmenu.h @@ -120,6 +120,8 @@ class PopupMenu : public Popup, public LinkHandler void showAttackMonsterPopup(int x, int y, std::string name, int type); + void showUndressPopup(int x, int y, Being *being, Item *item); + /** * Shows the related popup menu when right click on the chat * at the specified mouse coordinates. |