mirror of https://github.com/axmolengine/axmol.git
parent
23b0d4d2f6
commit
49e2e8964e
|
@ -5,8 +5,9 @@
|
|||
#include "VisibleRect.h"
|
||||
|
||||
|
||||
using namespace cocos2d;
|
||||
USING_NS_CC;
|
||||
using namespace cocostudio;
|
||||
using namespace cocostudio::timeline;
|
||||
|
||||
CocoStudioActionTimelineTests::CocoStudioActionTimelineTests()
|
||||
{
|
||||
|
|
|
@ -46,7 +46,7 @@ public:
|
|||
void onTouchesEnded(const std::vector<cocos2d::Touch*>& touches, cocos2d::Event* event);
|
||||
|
||||
protected:
|
||||
ActionTimeline* action;
|
||||
cocostudio::timeline::ActionTimeline* action;
|
||||
};
|
||||
|
||||
class TestTimelineFrameEvent : public ActionTimelineBaseTest
|
||||
|
@ -57,7 +57,7 @@ public:
|
|||
virtual void onEnter() override;
|
||||
virtual std::string title() const override;
|
||||
|
||||
void onFrameEvent(Frame* frame);
|
||||
void onFrameEvent(cocostudio::timeline::Frame* frame);
|
||||
};
|
||||
|
||||
class TestTimelinePerformance : public ActionTimelineBaseTest
|
||||
|
|
Loading…
Reference in New Issue