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