readme
来自「赫赫大名的 OGRE 游戏引擎」· 代码 · 共 19 行
TXT
19 行
this is the public C interface to the ODE library.all these files should be includable from C, i.e. they should not use anyC++ features. everything should be protected with #ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endifthe only exception is the odecpp.h file, which defines a C++ wrapper forthe C interface. remember to keep this in sync!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?