Files
wnmj-normal/cocos2d/tests/cpp-tests/Classes/ExtensionsTest/CocosBuilderTest/AnimationsTest/AnimationsLayerLoader.h

18 lines
427 B
C
Raw Normal View History

2026-03-03 13:56:44 +08:00
#ifndef _ANIMATIONSTESTLAYERLOADER_H_
#define _ANIMATIONSTESTLAYERLOADER_H_
#include "AnimationsTestLayer.h"
/* Forward declaration. */
class CCBReader;
class AnimationsTestLayerLoader : public cocosbuilder::LayerLoader {
public:
CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD(AnimationsTestLayerLoader, loader);
protected:
CCB_VIRTUAL_NEW_AUTORELEASE_CREATECCNODE_METHOD(AnimationsTestLayer);
};
#endif