22 #ifndef NET_TMWA_VENDINGHANDLER_H
23 #define NET_TMWA_VENDINGHANDLER_H
39 void close()
const override final;
41 void open(
const Being *
const being)
const override final;
45 const int amount)
const override final;
48 const STD_VECTOR<ShopItem*> &items)
const
54 const int amount)
const override final;
58 const STD_VECTOR<ShopItem*> &items)
const
void buy(const Being *const being, const int index, const int amount) const
void buy2(const Being *const being, const int vendId, const int index, const int amount) const
void buyItems(const Being *const being, const std::vector< ShopItem * > &items) const
void open(const Being *const being) const
void createShop(const std::string &name, const bool flag, const std::vector< ShopItem * > &items) const
#define A_DELETE_COPY(func)