source: tags/1.3.0/Packages/TemplateGenerics/TemplateGenerics.pas

Last change on this file was 10, checked in by chronos, 8 years ago
  • Added: Interface localization support.
File size: 545 bytes
Line 
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
5unit TemplateGenerics;
6
7interface
8
9uses
10 SpecializedList, SpecializedDictionary, SpecializedStack, SpecializedTree,
11 SpecializedQueue, SpecializedSet, SpecializedPoint, SpecializedMatrix,
12 SpecializedBitmap, SpecializedStream, SpecializedRectangle,
13 UBinarySerializer, LazarusPackageIntf;
14
15implementation
16
17procedure Register;
18begin
19end;
20
21initialization
22 RegisterPackage('TemplateGenerics', @Register);
23end.
Note: See TracBrowser for help on using the repository browser.