mirror of https://github.com/axmolengine/axmol.git
9 lines
197 B
C++
9 lines
197 B
C++
|
#import "CCMenuLoader.h"
|
||
|
|
||
|
using namespace cocos2d;
|
||
|
using namespace cocos2d::extension;
|
||
|
|
||
|
|
||
|
CCMenu * CCMenuLoader::createCCNode(CCNode * pParent, CCBReader * pCCBReader) {
|
||
|
return CCMenu::node();
|
||
|
}
|