diff options
Diffstat (limited to 'src/net/tmwa/auctionhandler.h')
-rw-r--r-- | src/net/tmwa/auctionhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/auctionhandler.h b/src/net/tmwa/auctionhandler.h index 47f942aa8..f3c1fe9c8 100644 --- a/src/net/tmwa/auctionhandler.h +++ b/src/net/tmwa/auctionhandler.h @@ -57,6 +57,10 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler const int auctionId, const std::string &text, const int page) const override final; + + void buy() const override final; + + void sell() const override final; }; } // namespace TmwAthena |