axmol/samples/Cpp/TestCpp/Classes/ExtensionsTest/CocosBuilderTest/AnimationsTest/AnimationsLayerLoader.h

18 lines
433 B
C
Raw Normal View History

2012-09-17 18:49:05 +08:00
#ifndef _ANIMATIONSTESTLAYERLOADER_H_
#define _ANIMATIONSTESTLAYERLOADER_H_
#include "AnimationsTestLayer.h"
/* Forward declaration. */
class CCBReader;
class AnimationsTestLayerLoader : public cocos2d::extension::LayerLoader {
2012-09-17 18:49:05 +08:00
public:
CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD(AnimationsTestLayerLoader, loader);
protected:
CCB_VIRTUAL_NEW_AUTORELEASE_CREATECCNODE_METHOD(AnimationsTestLayer);
};
#endif