v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
15
attic/SBDiagnose/SBDiagnose.dpr
Normal file
15
attic/SBDiagnose/SBDiagnose.dpr
Normal file
|
@ -0,0 +1,15 @@
|
|||
program SBDiagnose;
|
||||
|
||||
uses
|
||||
Forms,
|
||||
SBDiagnoseForm in 'SBDiagnoseForm.pas' {Form1},
|
||||
CheckSum in 'CheckSum.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.Title := 'Starbound Diagnostics';
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
Loading…
Add table
Add a link
Reference in a new issue