lasarus_compotents/ScrollingText/LazScrollingText.pas

22 lines
399 B
ObjectPascal

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