summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcselldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/npcselldialog.h')
-rw-r--r--src/gui/windows/npcselldialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windows/npcselldialog.h b/src/gui/windows/npcselldialog.h
index af611f8f1..e50ec3fab 100644
--- a/src/gui/windows/npcselldialog.h
+++ b/src/gui/windows/npcselldialog.h
@@ -49,6 +49,10 @@ class NpcSellDialog final : public SellDialog
protected:
void sellAction(const ActionEvent &event) override final;
+ void sellOneItem();
+
+ void sellManyItems(const std::string &eventId);
+
BeingId mNpcId;
};