source: oup/current/FileClasses/_EmptyFile.pas@ 610

Last change on this file since 610 was 248, checked in by alloc, 17 years ago
File size: 132 bytes
RevLine 
[212]1unit _EmptyFile;
2
3interface
4
5uses
6 _FileTypes;
7
8type
[248]9 TFile_Empty = class(TResource)
[212]10 end;
11
12implementation
13
14end.
15
Note: See TracBrowser for help on using the repository browser.