source: trunk/Packages/CoolStreaming/CoolStreaming.pas

Last change on this file was 323, checked in by chronos, 6 months ago
File size: 431 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 CoolStreaming;
6
7interface
8
9uses
10 StreamHelper, SubStream, VarBlockSerializer, BufferedFileStream,
11 TextFileStream, BitStream, DynNumber, LazarusPackageIntf;
12
13implementation
14
15procedure Register;
16begin
17end;
18
19initialization
20 RegisterPackage('CoolStreaming', @Register);
21end.
Note: See TracBrowser for help on using the repository browser.