diff options
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r-- | src/gui/npcdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index 8a4e5b614..815bc7564 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -205,6 +205,10 @@ class NpcDialog final : public Window, void clearRows(); + void mousePressed(gcn::MouseEvent &event); + + static void copyToClipboard(const int npcId, const int x, const int y); + static NpcDialogs mNpcDialogs; static void clearDialogs(); |