diff options
Diffstat (limited to 'src/net/tmwa/vendinghandler.h')
-rw-r--r-- | src/net/tmwa/vendinghandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/vendinghandler.h b/src/net/tmwa/vendinghandler.h index f23e8276c..22629be1f 100644 --- a/src/net/tmwa/vendinghandler.h +++ b/src/net/tmwa/vendinghandler.h @@ -50,6 +50,10 @@ class VendingHandler final : public MessageHandler, const int vendId, const int index, const int amount) const override final; + + void createShop(const std::string &name, + const bool flag, + std::vector<ShopItem*> &items) const override final; }; } // namespace TmwAthena |