summaryrefslogtreecommitdiff
path: root/src/net/auctionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r--src/net/auctionhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h
index 75da1ca2e..b449faa31 100644
--- a/src/net/auctionhandler.h
+++ b/src/net/auctionhandler.h
@@ -25,6 +25,8 @@
#include "localconsts.h"
+class Item;
+
namespace Net
{
@@ -35,6 +37,9 @@ class AuctionHandler notfinal
{ }
virtual void cancelRequest() const = 0;
+
+ virtual void setItem(const Item *const item,
+ const int amount) const = 0;
};
} // namespace Net