C2Defines.inc
资源名称:CAST2SDK.rar [点击查看]
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Delphi
- {$DEFINE DIRECT3D8} // Direct X 8 renderer
- {$IFDEF DIRECT3D8}
- {.$DEFINE DX8ERRORSTR} // DirectX error details. dxerr81ab.dll needed
- {$DEFINE DISABLED3DX8} // No D3DX8*.dll will be needed but only precompiled shaders can be used as shader compilation routines resists in D3DX
- {$ENDIF}
- {.$DEFINE OPENGL}
- {.$DEFINE AUDIO}
- {.$DEFINE MUSIC}
- {.$DEFINE USE_DI} // Use DirectInput
- {.$DEFINE NETSUPPORT}
- {.$DEFINE WANSUPPORT} // Internet play support
- {.$DEFINE SCRIPTING} // Scripting support
- {.$DEFINE EDITORMODE} // World editor capabilities
- {$DEFINE EXTLOGGING} // Extended logging
- {.$DEFINE FULLNETLOGGING} // Full network commands logging
- {.$DEFINE PORTALBUILD} // Disable license name (key only)
- {.$DEFINE ONLINEBUILD} // Restrict some features for online version
- {.$DEFINE SCREENSAVER} // Restrict some features for screen saver version
- {.$DEFINE DIRECTSOUNDNIL} // DS init fail imitation