axmol/cocos2dx/extensions/CCBIReader/CCBFileLoader.h

21 lines
394 B
C++

#ifndef _CCBFILE_LOADER_H_
#define _CCBFILE_LOADER_H_
#include "CCNodeLoader.h"
NS_CC_EXT_BEGIN
/* Forward declaration. */
class CCBReader;
class CCBFileLoader : public CCNodeLoader {
protected:
virtual CCNode * createCCNode(CCNode *, CCBReader *);
virtual void onHandlePropTypeCCBFile(CCNode *, CCNode *, std::string, CCNode *, CCBReader *);
};
NS_CC_EXT_END
#endif