diff options
Diffstat (limited to 'src/net/markethandler.h')
-rw-r--r-- | src/net/markethandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/markethandler.h b/src/net/markethandler.h index 8e31d8613..83964bd80 100644 --- a/src/net/markethandler.h +++ b/src/net/markethandler.h @@ -37,6 +37,7 @@ class MarketHandler notfinal virtual void close() = 0; virtual void buyItem(const int itemId, + const int type, const unsigned char color, const int amount) const = 0; }; |