diff options
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index b803f6bf6..815393056 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -48,6 +48,9 @@ class AuctionHandler notfinal virtual void cancel(const int auctionId) const = 0; virtual void close(const int auctionId) const = 0; + + virtual void bid(const int auctionId, + const int money) const = 0; }; } // namespace Net |