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