mirror of https://github.com/axmolengine/axmol.git
14 lines
261 B
C
14 lines
261 B
C
|
#ifndef __cocos2d_tests__UITest__
|
||
|
#define __cocos2d_tests__UITest__
|
||
|
|
||
|
#include "../testBasic.h"
|
||
|
#include "../BaseTest.h"
|
||
|
|
||
|
class UITestScene : public TestScene
|
||
|
{
|
||
|
public:
|
||
|
virtual void runThisTest() override;
|
||
|
};
|
||
|
|
||
|
#endif /* defined(__cocos2d_tests__UITest__) */
|