lazarus/components/fpvectorial/fpvectorialpkg.pas
sekelsenmat ea3f4edab2 fpvectorial: Adds a raw image reader
git-svn-id: trunk@36417 -
2012-03-29 08:49:57 +00:00

24 lines
565 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit fpvectorialpkg;
interface
uses
svgvectorialwriter, fpvtocanvas, fpvectorial, fpvectbuildunit,
dxfvectorialreader, cdrvectorialreader, avisozlib, avisocncgcodewriter,
avisocncgcodereader, svgvectorialreader, epsvectorialreader, fpvutils,
lasvectorialreader, rawvectorialreadwrite, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('fpvectorialpkg', @Register);
end.