Changeset 44 for trunk/tunneler.lpr


Ignore:
Timestamp:
Apr 19, 2019, 12:02:27 PM (5 years ago)
Author:
chronos
Message:
  • Added: About dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tunneler.lpr

    r41 r44  
    66  {$DEFINE UseCThreads}
    77  {$IFDEF UNIX}{$IFDEF UseCThreads}
    8   cthreads,
     8  cthreads, clocale,
    99  {$ENDIF}{$ENDIF}
    1010  Interfaces, // this includes the LCL widgetset
    1111  Forms, TemplateGenerics, CoolTranslator, UPlatform, FileUtil, SysUtils,
    1212  Common,
    13   UNewGameForm, UMainForm, UMapForm, UGameResultForm
     13  UNewGameForm, UMainForm, UMapForm, UGameResultForm, UCore
    1414  { you can add units after this };
    1515
     
    3030  Application.Scaled:=True;
    3131  Application.Initialize;
     32  Application.CreateForm(TCore, Core);
    3233  Application.CreateForm(TMainForm, MainForm);
    3334  Application.CreateForm(TMapForm, MapForm);
Note: See TracChangeset for help on using the changeset viewer.