lazarus/components/turbopower_ipro/turbopoweripro.pas
mattias 583da04312 added package unit
git-svn-id: trunk@8578 -
2006-01-20 15:12:25 +00:00

23 lines
420 B
ObjectPascal

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