axmol/samples/Javascript/CocosPlayer/Classes/PlayerStatusLoader.h

18 lines
373 B
C
Raw Normal View History

2013-01-25 10:29:39 +08:00
#ifndef _PLAYERSTATUSLOADER_H_
#define _PLAYERSTATUSLOADER_H_
#include "PlayerStatus.h"
/* Forward declaration. */
class CCBReader;
class PlayerStatusLoader : public cocos2d::extension::CCLayerLoader {
public:
CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD(PlayerStatusLoader, loader);
protected:
CCB_VIRTUAL_NEW_AUTORELEASE_CREATECCNODE_METHOD(PlayerStatus);
};
#endif