Files
package-zearch-temp/UOS/examples/formspectrum_mse.pas
Indrajith K L 6a1d80d3b8 Implements Module Player working in Form
* Implements Embedding .xm music in Final Application
2025-06-02 15:15:16 +05:30

13 lines
286 B
ObjectPascal

program formspectrum_mse;
{$ifdef FPC}{$mode objfpc}{$h+}{$endif}
{$ifdef FPC}
{$ifdef mswindows}{$apptype gui}{$endif}
{$endif}
uses
{$ifdef FPC}{$ifdef unix} cthreads,{$endif}{$endif}
msegui,main_spectrum_mse;
begin
application.createform(tmainfo,mainfo);
application.run;
end.