source:
trunk/Forms/UFormGameResult.pas@
59
Last change on this file since 59 was 55, checked in by , 3 years ago | |
---|---|
File size: 228 bytes |
Line | |
---|---|
1 | unit UFormGameResult; |
2 | |
3 | interface |
4 | |
5 | uses |
6 | Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs; |
7 | |
8 | type |
9 | TFormGameResult = class(TForm) |
10 | end; |
11 | |
12 | var |
13 | FormGameResult: TFormGameResult; |
14 | |
15 | |
16 | implementation |
17 | |
18 | {$R *.lfm} |
19 | |
20 | end. |
21 |
Note:
See TracBrowser
for help on using the repository browser.