axmol/tests/cpp-tests/Classes/ExtensionsTest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.h

18 lines
285 B
C++

#ifndef __TestCpp__UITextAtlasTest__
#define __TestCpp__UITextAtlasTest__
#include "../UIScene.h"
class UITextAtlasTest : public UIScene
{
public:
bool init();
protected:
UI_SCENE_CREATE_FUNC(UITextAtlasTest)
};
#endif /* defined(__TestCpp__UITextAtlasTest__) */