diff options
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index 1dd4c32aa..c1a3dc8a8 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -58,6 +58,10 @@ class AuctionHandler notfinal const int auctionId, const std::string &text, const int page) const = 0; + + virtual void buy() const = 0; + + virtual void sell() const = 0; }; } // namespace Net |