fix comiling issue

This commit is contained in:
minggo 2017-04-05 14:57:04 +08:00
parent 9ed5127edc
commit 4ad1901a92
1 changed files with 15 additions and 0 deletions

View File

@ -620,4 +620,19 @@ private:
int _count;
};
class SequenceWithFinalInstant : public ActionsDemo
{
public:
CREATE_FUNC(SequenceWithFinalInstant);
virtual std::string subtitle() const override;
virtual void onEnter() override;
virtual void onExit() override;
private:
cocos2d::ActionManager* _manager;
cocos2d::Node* _target;
};
#endif