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

18 lines
290 B
C
Raw Normal View History

2013-09-16 20:54:13 +08:00
#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__) */