33 virtual bool init()
override;
34 virtual std::string
title()
const override {
return "Bug914";}
36 void onTouchesMoved(
const std::vector<cocos2d::Touch*>& touches, cocos2d::Event* event);
37 void onTouchesBegan(
const std::vector<cocos2d::Touch*>& touches, cocos2d::Event* event);
38 void restart(cocos2d::Ref* sender);
void restart(cocos2d::Ref *sender)
virtual std::string title() const override
virtual bool init() override
void onTouchesMoved(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event)
void onTouchesBegan(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event)