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

18 lines
373 B
C++

#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