|
|
|
|
|
#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__) */
|