diff options
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r-- | src/gui/popupmenu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h index 3299694f..57cd5ee1 100644 --- a/src/gui/popupmenu.h +++ b/src/gui/popupmenu.h @@ -59,6 +59,12 @@ class PopupMenu : public Popup, public LinkHandler void showPopup(int x, int y, Item *item, bool isInventory); /** + * Just shows general information about a being + */ + void showPopupBeing(int x, int y, Being *being); + + + /** * Handles link action. */ void handleLink(const std::string &link); |