1 { This file was automatically created by Lazarus. Do not edit!
2   This source is only used to compile and install the package.
3  }
4 
5 unit fpvectorial2aggpaspkg;
6 
7 {$warn 5023 off : no warning about unused units}
8 interface
9 
10 uses
11   fpvectorial2aggpas, LazarusPackageIntf;
12 
13 implementation
14 
15 procedure Register;
16 begin
17 end;
18 
19 initialization
20   RegisterPackage('fpvectorial2aggpaspkg', @Register);
21 end.
22