-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathShellUtils.dpr
More file actions
22 lines (17 loc) · 858 Bytes
/
ShellUtils.dpr
File metadata and controls
22 lines (17 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//****************************************************************************\\
// \\
// Shell Utilities plugin for SCAR Divi 3.2x \\
// \\
// By Frédéric Hannes \\
// \\
//****************************************************************************\\
library ShellUtils;
{$R *.res}
uses
FastShareMem in 'FastShareMem.pas',
SCARFunctions in 'SCARFunctions.pas',
ShellUtils_Globals in 'ShellUtils_Globals.pas',
ShellUtils_Main in 'ShellUtils_Main.pas';
exports GetFunctionCount;
exports GetFunctionInfo;
end.