lazarus/examples/anchordocking/anchordockpkg.pas
mattias b977428aea anchordocking: resourcestrings
git-svn-id: trunk@25974 -
2010-06-08 15:29:16 +00:00

21 lines
358 B
ObjectPascal

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