cocos2dx_extra.h 332 B

123456789101112131415
  1. #ifndef __COCOS2D_X_EXTRA_H_
  2. #define __COCOS2D_X_EXTRA_H_
  3. #include "cocos2d.h"
  4. #include <string>
  5. using namespace std;
  6. using namespace cocos2d;
  7. #define NS_CC_EXTRA_BEGIN namespace cocos2d { namespace extra {
  8. #define NS_CC_EXTRA_END }}
  9. #define USING_NS_CC_EXTRA using namespace cocos2d::extra
  10. #endif /* __COCOS2D_X_EXTRA_H_ */