mirror of https://github.com/axmolengine/axmol.git
13 lines
156 B
C++
13 lines
156 B
C++
|
#include "editor-support/cocostudio/CocosStudioExtension.h"
|
||
|
|
||
|
NS_CC_BEGIN
|
||
|
|
||
|
NodeExtension::NodeExtension()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
NodeExtension::~NodeExtension()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
NS_CC_END
|