source: branches/old/projectonlineplayes/source/Delphi - load online players, info server/OnlinePlayers.dpr

Last change on this file was 194, checked in by maron, 17 years ago

Projekt Online hráči

File size: 191 bytes
Line 
1program OnlinePlayers;
2
3uses
4 Forms,
5 Main in 'Main.pas' {Form1};
6
7{$R *.res}
8
9begin
10 Application.Initialize;
11 Application.CreateForm(TForm1, Form1);
12 Application.Run;
13end.
Note: See TracBrowser for help on using the repository browser.