22 lines
356 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit ColorBtn;
interface
uses
color_btn, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('color_btn', @color_btn.Register);
end;
initialization
RegisterPackage('ColorBtn', @Register);
end.