Virtual-File-System/VfsExport.pas
2019-04-30 17:26:37 +03:00

21 lines
186 B
ObjectPascal

unit VfsExport;
(*
*)
(***) interface (***)
uses
VfsDebug;
exports
VfsDebug.WriteLog_ name 'WriteLog',
VfsDebug.SetLoggingProc;
(***) implementation (***)
begin
end.