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

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