📄 torrent.dpr
字号:
library Torrent;
uses
ComServ,
//
BCode in 'torrent\BCode.pas',
BDecode in 'torrent\BDecode.pas',
BTTrackerScrape in 'torrent\BTTrackerScrape.pas',
hashes in 'torrent\hashes.pas',
MessageDigests in 'torrent\MessageDigests.pas',
TorrentFile in 'torrent\TorrentFile.pas',
TSpyUtil in 'torrent\TSpyUtil.pas',
//
Torrent_TLB in 'Torrent_TLB.pas',
Parse in 'Parse.pas' {Parse: CoClass};
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -