summaryrefslogtreecommitdiff
path: root/src/gui/trade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/trade.h')
-rw-r--r--src/gui/trade.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/trade.h b/src/gui/trade.h
index e6b31678..256f051d 100644
--- a/src/gui/trade.h
+++ b/src/gui/trade.h
@@ -64,6 +64,11 @@ class TradeWindow : public Window, gcn::ActionListener {
int removeItem(int id, bool own);
/**
+ * Reset both item containers
+ */
+ int reset();
+
+ /**
* Change quantity of an item.
*/
int changeQuantity(int index, bool own, int quantity);