dll_dx9library.pas
来自「3D GameStudio 的Delphi开发包」· PAS 代码 · 共 23 行
PAS
23 行
//////////////////////////////////////////////////////////////////////
//
// Delphi DirectX 9 Library routines for the A6_5x Engine plugin dll done by
// Michal Messerschmidt aka LazyDog of Lazy Dog Software
// (www.LazyDogSoftware.com)
// (c) Lazy Dog Software / Michael Messerschmidt 2006
//
// SDK Version 6.50.6
//
// tested on Delphi 5,6,7,2005 & 2006
//
// how to use:
//
// add uses DLL_Library to your delphi plugin to use the routines included.
//////////////////////////////////////////////////////////////////////
unit DLL_DX9Library;
{$DEFINE USEDLL}
{$I DX9Library.pas}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?