summaryrefslogtreecommitdiff
path: root/src/net/auctionhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 22:18:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 22:18:08 +0300
commit6eb12f07e8d1c813e094097dd94bf4fc450bace3 (patch)
tree5820cfcc7ff00eb14eb881c4c2e390f67f5e6eba /src/net/auctionhandler.h
parentd12294702a4abd46a3fab0f2ea5b9aa3f8ef824a (diff)
downloadplus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.gz
plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.bz2
plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.xz
plus-6eb12f07e8d1c813e094097dd94bf4fc450bace3.zip
eathena: add packet CMSG_AUCTION_BUY_SELL 0x025c.
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r--src/net/auctionhandler.h4
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