📄 wzsymbols.hxx
字号:
#ifndef wzsymbols_hxx#define wzsymbols_hxx// This file contains definitions and constants which are sometimes// useful to change. My personal preferences for testing are on if// DEBUG is defined.// wzDebug includes a lot of additional test code, like wzAssert#ifdef DEBUG#define wzDebug#endif// wzLinkDebuggingCode makes sure that some test code is linked.// This includes also some GL code. Thus, if you don't have GL// you cannot use this.#ifdef wzDebug#define wzLinkDebuggingCode#endif// if you define wzObsoleteCode you can use code which is marked as// obsolete. But our recommended use is not to uncomment the line// here, but to put this line as the first line into files which use// such obsolete code if you have observed this but are too lazy to// replace it by the new version":// #define wzObsoleteCode// In general, all names have on of the prefixes wz,cog,ibg. But// there are exceptions: in the test code, we use some nice,// self-commenting function names like should_fail() and now(), in for// debugging I also like to use shortages like v() instead of// wzView(). If you want to forbid this waste of the general name space// comment the following line:#define wzPrefixNotRequired#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -