zdebug.h

来自「神龙卡开发原代码」· C头文件 代码 · 共 21 行

H
21
字号
/***********************************************************************zdebug.h - macros for debuggingCopyright (C) 1991 Dean RubineThis program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License. See ../COPYING forthe full agreement.**********************************************************************/extern char _zdebug_flag[];#define Z(f) if(_zdebug_flag[f] > 0)#define ZZ(f) if(_zdebug_flag[f] >= 2)#define ZZZ(f) if(_zdebug_flag[f] >= 3)#define ZZZZ(f) if(_zdebug_flag[f] >= 4)extern double kludge[];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?