mirror of
https://github.com/CloudDelphi/Virtual-File-System
synced 2025-12-19 09:53:54 +01:00
21 lines
186 B
ObjectPascal
21 lines
186 B
ObjectPascal
unit VfsExport;
|
|
(*
|
|
|
|
*)
|
|
|
|
|
|
(***) interface (***)
|
|
|
|
uses
|
|
VfsDebug;
|
|
|
|
exports
|
|
VfsDebug.WriteLog_ name 'WriteLog',
|
|
VfsDebug.SetLoggingProc;
|
|
|
|
(***) implementation (***)
|
|
|
|
begin
|
|
|
|
end.
|