axmol/tests/cpp-tests/Classes/ExtensionsTest/CocoStudioComponentsTest/ComponentsTestScene.h

21 lines
408 B
C
Raw Normal View History

2013-09-20 22:23:13 +08:00
#ifndef __COMPONENTSTESTSCENE_H__
#define __COMPONENTSTESTSCENE_H__
#include "cocos2d.h"
#include "extensions/cocos-ext.h"
#include "BaseTest.h"
2013-09-20 22:23:13 +08:00
DEFINE_TEST_SUITE(CocoStudioComponentsTests);
2013-09-20 22:23:13 +08:00
class CocoStudioComponentsTest : public TestCase
2013-09-20 22:23:13 +08:00
{
public:
CREATE_FUNC(CocoStudioComponentsTest);
2013-09-20 22:23:13 +08:00
virtual bool init() override;
2013-09-20 22:23:13 +08:00
cocos2d::Node* createGameScene();
};
#endif // __HELLOWORLD_SCENE_H__