22 #ifndef NET_CASHSHOPHANDLER_H
23 #define NET_CASHSHOPHANDLER_H
50 const int amount)
const = 0;
53 const STD_VECTOR<ShopItem*> &items)
const = 0;
Net::CashShopHandler * cashShopHandler
virtual void schedule() const =0
virtual void requestPoints() const =0
virtual void buyItem(const int points, const int itemId, const ItemColor color, const int amount) const =0
virtual void buyItems(const int points, const std::vector< ShopItem * > &items) const =0
virtual void requestTab(const int tab) const =0
virtual void close() const =0
#define A_DELETE_COPY(func)