source: trunk/Forms/UFormGameResult.pas@ 59

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