summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-12 23:45:14 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-13 12:49:24 +0300
commit24f4c6de03a3a65df1ad9100e912e968fe9b8b18 (patch)
treed1a858ac91f493d97334499c4056abfb044501cd /src/gui/viewport.h
parent9233c3936657f6dc4ca9c73d84ea8c045b3fc09d (diff)
downloadplus-24f4c6de03a3a65df1ad9100e912e968fe9b8b18.tar.gz
plus-24f4c6de03a3a65df1ad9100e912e968fe9b8b18.tar.bz2
plus-24f4c6de03a3a65df1ad9100e912e968fe9b8b18.tar.xz
plus-24f4c6de03a3a65df1ad9100e912e968fe9b8b18.zip
add copy to clipboard in npc dialog.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index cde09b7fd..128689186 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -35,6 +35,7 @@ class ActorSprite;
class Button;
class Being;
class BeingPopup;
+class BrowserBox;
class ChatTab;
class FloorItem;
class Graphics;
@@ -189,6 +190,8 @@ class Viewport final : public WindowContainer,
void showWindowsPopup();
+ void showNpcDialogPopup(const int npcId);
+
/**
* Closes the popup menu. Needed for when the player dies or switching
* maps.