lazarus/components/customdrawn/customdrawn.pas
sekelsenmat 0700999942 Splits the big customdrawn unit in two smaller parts
git-svn-id: trunk@33087 -
2011-10-26 09:25:30 +00:00

22 lines
430 B
ObjectPascal

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