axmol/samples/Cpp/TestCpp/Classes/ExtensionsTest/CocoStudioGUITest/UILabelAtlasTest/UILabelAtlasTest.h

18 lines
290 B
C++

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