axmol/templates/lua-template-default/frameworks/runtime-src/Classes/CodeIDESupport.h

8 lines
193 B
C
Raw Normal View History

2015-01-12 23:42:37 +08:00
#ifndef __CODE_IDE_SUPPORT_H__
#define __CODE_IDE_SUPPORT_H__
// define 1 to open Cocos Code IDE support, 0 to disable
#define CC_CODE_IDE_DEBUG_SUPPORT 1
#endif /* __CODE_IDE_SUPPORT_H__ */