C2Defines.inc
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Delphi

  1. {$DEFINE DIRECT3D8}            // Direct X 8 renderer
  2. {$IFDEF DIRECT3D8}
  3.   {.$DEFINE DX8ERRORSTR}         // DirectX error details. dxerr81ab.dll needed
  4.   {$DEFINE DISABLED3DX8}        // No D3DX8*.dll will be needed but only precompiled shaders can be used as shader compilation routines resists in D3DX
  5. {$ENDIF}   
  6. {.$DEFINE OPENGL}
  7. {.$DEFINE AUDIO}
  8. {$DEFINE MUSIC}
  9. {.$DEFINE USE_DI}              // Use DirectInput
  10. {.$DEFINE NETSUPPORT}
  11. {.$DEFINE WANSUPPORT}          // Internet play support
  12. {.$DEFINE SCRIPTING}           // Scripting support
  13. {.$DEFINE EDITORMODE}           // World editor capabilities
  14. {$DEFINE EXTLOGGING}          // Extended logging
  15. {.$DEFINE FULLNETLOGGING}      // Full network commands logging
  16. {.$DEFINE PORTALBUILD}         // Disable license name (key only)
  17. {.$DEFINE ONLINEBUILD}         // Restrict some features for online version
  18. {.$DEFINE SCREENSAVER}         // Restrict some features for screen saver version
  19. {.$DEFINE DIRECTSOUNDNIL}       // DS init fail imitation