aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/midi/demo/Project1.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/midi/demo/Project1.dpr')
-rw-r--r--Game/Code/lib/midi/demo/Project1.dpr26
1 files changed, 13 insertions, 13 deletions
diff --git a/Game/Code/lib/midi/demo/Project1.dpr b/Game/Code/lib/midi/demo/Project1.dpr
index 4237e983..7aa4e512 100644
--- a/Game/Code/lib/midi/demo/Project1.dpr
+++ b/Game/Code/lib/midi/demo/Project1.dpr
@@ -1,13 +1,13 @@
-program Project1;
-
-uses
- Forms,
- MidiTest in 'MidiTest.pas' {MidiPlayer};
-
-{$R *.RES}
-
-begin
- Application.Initialize;
- Application.CreateForm(TMidiPlayer, MidiPlayer);
- Application.Run;
-end.
+program Project1;
+
+uses
+ Forms,
+ MidiTest in 'MidiTest.pas' {MidiPlayer};
+
+{$R *.RES}
+
+begin
+ Application.Initialize;
+ Application.CreateForm(TMidiPlayer, MidiPlayer);
+ Application.Run;
+end.