mirror of https://gitlab.com/basile.b/dexed.git
22 lines
386 B
Plaintext
22 lines
386 B
Plaintext
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit cedsgncontrols;
|
|
|
|
interface
|
|
|
|
uses
|
|
ce_dsgncontrols, LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('ce_dsgncontrols', @ce_dsgncontrols.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('cedsgncontrols', @Register);
|
|
end.
|