Lua 控制台输出

来源:互联网 发布:c语言的三种基本结构 编辑:程序博客网 时间:2024/04/29 11:37


 SimulatorWin.cpp

// define 1 to open console ui and setup windows system menu, 0 to disable
#include "ide-support/CodeIDESupport.h"
#if (CC_CODE_IDE_DEBUG_SUPPORT > 0)
#define SIMULATOR_WITH_CONSOLE_AND_MENU 1



CodeIDESupport.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__ */

0 0