blob: 0f50e49627e737452eed13ea5974d5a009bff1be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
-- File: FSD.cdl
-- Created: Fri Nov 29 13:02:36 1996
-- Author: Christophe LEYNADIER
-- <cle@parigox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1996
package FSD
uses Storage,
TColStd,
TCollection,
OSD
is
class File;
class BinaryFile;
class CmpFile;
imported FStream;
imported BStream;
imported FileHeader;
end;
|