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