Implements Module Player working in Form
* Implements Embedding .xm music in Final Application
This commit is contained in:
19
UOS/examples/morseTL.lpr
Normal file
19
UOS/examples/morseTL.lpr
Normal file
@@ -0,0 +1,19 @@
|
||||
program body;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$DEFINE UseCThreads}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX} {$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
cwstring, {$ENDIF} {$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, main_mt, uos;
|
||||
|
||||
begin
|
||||
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user