axmol/samples/Cpp/TestCpp/Classes/ExtensionsTest/CocosBuilderTest/TimelineCallbackTest/TimelineCallbackLayerLoader.h

15 lines
478 B
C
Raw Normal View History

#ifndef _TIMELINECC_CALLBACK_TESTLAYERLOADER_H_
#define _TIMELINECC_CALLBACK_TESTLAYERLOADER_H_
#include "TimelineCallbackTestLayer.h"
class TimelineCallbackTestLayerLoader : public cocos2d::extension::LayerLoader {
public:
CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD(TimelineCallbackTestLayerLoader, loader);
protected:
CCB_VIRTUAL_NEW_AUTORELEASE_CREATECCNODE_METHOD(TimelineCallbackTestLayer);
};
#endif /* _TIMELINECC_CALLBACK_TESTLAYERLOADER_H_ */