mirror of https://github.com/axmolengine/axmol.git
8 lines
199 B
C++
8 lines
199 B
C++
|
#include "UITest.h"
|
||
|
#include "CocoStudioGUITest/CocoStudioGUITest.h"
|
||
|
|
||
|
void UITestScene::runThisTest()
|
||
|
{
|
||
|
CocoStudioGUITestScene* pScene = new CocoStudioGUITestScene();
|
||
|
pScene->runThisTest();
|
||
|
}
|