summaryrefslogtreecommitdiff
path: root/src/net/barterhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/barterhandler.h')
-rw-r--r--src/net/barterhandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/barterhandler.h b/src/net/barterhandler.h
index d15e68377..b3a40ba1a 100644
--- a/src/net/barterhandler.h
+++ b/src/net/barterhandler.h
@@ -23,6 +23,8 @@
#include "localconsts.h"
+#include "utils/vector.h"
+
class ShopItem;
namespace Net
@@ -40,6 +42,8 @@ class BarterHandler notfinal
{ }
virtual void close() const = 0;
+
+ virtual void buyItems(const STD_VECTOR<ShopItem*> &items) const = 0;
};
} // namespace Net