axmol/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.h

19 lines
313 B
C
Raw Normal View History

2014-03-04 16:51:35 +08:00
#ifndef __TestCpp__UITextAtlasTest__
#define __TestCpp__UITextAtlasTest__
#include "../UIScene.h"
DEFINE_TEST_SUITE(UITextAtlasTests);
2014-03-04 16:51:35 +08:00
class UITextAtlasTest : public UIScene
{
public:
CREATE_FUNC(UITextAtlasTest);
virtual bool init() override;
2014-03-04 16:51:35 +08:00
};
#endif /* defined(__TestCpp__UITextAtlasTest__) */