Changeset 8 for trunk/Game2048.lpr


Ignore:
Timestamp:
Sep 26, 2019, 10:08:16 PM (5 years ago)
Author:
chronos
Message:
  • Added: About application dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Game2048.lpr

    r7 r8  
    44
    55uses
    6   {$IFDEF UNIX}{$IFDEF UseCThreads}
    7   cthreads,
    8   {$ENDIF}{$ENDIF}
     6  {$IFDEF UNIX}
     7  cthreads, clocale,
     8  {$ENDIF}
    99  Interfaces, SysUtils,// this includes the LCL widgetset
    10   Forms, UFormMain, UGame, UFormNew, Common
     10  Forms, UGame, Common, UFormSettings, UFormMain, UCore
    1111  { you can add units after this };
    1212
     
    2828  Application.Initialize;
    2929  Application.CreateForm(TFormMain, FormMain);
    30   Application.CreateForm(TFormNew, FormNew);
     30  Application.CreateForm(TCore, Core);
    3131  Application.Run;
    3232end.
Note: See TracChangeset for help on using the changeset viewer.