Initial commit
This commit is contained in:
22
upackageutils.pas
Normal file
22
upackageutils.pas
Normal file
@@ -0,0 +1,22 @@
|
||||
unit uPackageUtils;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, uPackage;
|
||||
|
||||
implementation
|
||||
|
||||
//function FindPackagesByType(PkgType: TPackageType): TStringList;
|
||||
//begin
|
||||
|
||||
//end;
|
||||
|
||||
end.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user