source: branches/bigint/Screen.pas

Last change on this file was 2, checked in by chronos, 3 months ago
File size: 105 bytes
Line 
1unit Screen;
2
3interface
4
5uses
6 Classes, SysUtils;
7
8type
9 TScreen = class
10 end;
11
12implementation
13
14end.
15
Note: See TracBrowser for help on using the repository browser.