mirror of https://github.com/axmolengine/axmol.git
18 lines
290 B
C
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__) */
|