2013-06-14 11:36:43 +08:00
|
|
|
#ifndef _TIMELINECC_CALLBACK_TESTLAYERLOADER_H_
|
|
|
|
#define _TIMELINECC_CALLBACK_TESTLAYERLOADER_H_
|
2013-03-19 16:33:23 +08:00
|
|
|
|
|
|
|
#include "TimelineCallbackTestLayer.h"
|
|
|
|
|
2013-06-20 14:17:10 +08:00
|
|
|
class TimelineCallbackTestLayerLoader : public cocos2d::extension::LayerLoader {
|
2013-03-19 16:33:23 +08:00
|
|
|
public:
|
|
|
|
CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD(TimelineCallbackTestLayerLoader, loader);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
CCB_VIRTUAL_NEW_AUTORELEASE_CREATECCNODE_METHOD(TimelineCallbackTestLayer);
|
|
|
|
};
|
|
|
|
|
2013-06-14 11:36:43 +08:00
|
|
|
#endif /* _TIMELINECC_CALLBACK_TESTLAYERLOADER_H_ */
|