axmol/tests/cpp-tests/Classes/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.h

23 lines
437 B
C
Raw Normal View History

#ifndef _TextureAtlasEncryption_TEST_H_
#define _TextureAtlasEncryption_TEST_H_
#include "cocos2d.h"
#include "../BaseTest.h"
#include <string>
DEFINE_TEST_SUITE(TextureAtlasEncryptionTests);
class TextureAtlasEncryptionDemo : public TestCase
{
public:
CREATE_FUNC(TextureAtlasEncryptionDemo);
2015-07-15 12:04:48 +08:00
virtual std::string title() const override;
virtual void onEnter() override;
protected:
std::string _title;
};
#endif