lazarus-ccr/components/skia/design/Skia.LCL.Design.pas
mgaertner 089bb3babb skia: icon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-04-25 09:10:00 +00:00

23 lines
437 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit Skia.LCL.Design;
{$warn 5023 off : no warning about unused units}
interface
uses
SkiaLCLRegister, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('SkiaLCLRegister', @SkiaLCLRegister.Register);
end;
initialization
RegisterPackage('Skia.LCL.Design', @Register);
end.