diff options
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 3031a181e..fc3db142a 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -160,6 +160,8 @@ class Viewport : public WindowContainer, public gcn::MouseListener, void showAttackMonsterPopup(std::string name, int type); + void showPickupItemPopup(std::string name); + /** * Shows the related popup menu when right click on the chat * at the specified mouse coordinates. |