mirror of https://github.com/axmolengine/axmol.git
10 lines
278 B
C
10 lines
278 B
C
|
|
||
|
#ifndef __GLOBAL_DEFINE_H__
|
||
|
#define __GLOBAL_DEFINE_H__
|
||
|
|
||
|
#define NS_CC_EXT_BEGIN namespace cocos2d { namespace extension {
|
||
|
#define NS_CC_EXT_END }}
|
||
|
#define USING_NS_CC_EXT using namespace cocos2d::extension
|
||
|
|
||
|
#endif
|