summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/npcdialog.h')
-rw-r--r--src/gui/windows/npcdialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h
index db9310f29..bc8cc284c 100644
--- a/src/gui/windows/npcdialog.h
+++ b/src/gui/windows/npcdialog.h
@@ -39,6 +39,7 @@ class ComplexInventory;
class ComplexItem;
class Container;
class ExtendedListBox;
+class Item;
class ItemLinkHandler;
class Inventory;
class IntTextField;
@@ -223,6 +224,10 @@ class NpcDialog final : public Window,
void setSkin(const std::string &skin);
+ void addCraftItem(Item *const item,
+ const int amount,
+ const int slot);
+
static void copyToClipboard(const BeingId npcId,
const int x, const int y);