summaryrefslogtreecommitdiff
path: root/src/net/markethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/markethandler.h')
-rw-r--r--src/net/markethandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/markethandler.h b/src/net/markethandler.h
index 348c262a6..8e31d8613 100644
--- a/src/net/markethandler.h
+++ b/src/net/markethandler.h
@@ -35,6 +35,10 @@ class MarketHandler notfinal
{ }
virtual void close() = 0;
+
+ virtual void buyItem(const int itemId,
+ const unsigned char color,
+ const int amount) const = 0;
};
} // namespace Net