Changeset 317 for trunk/xtactics.lpr


Ignore:
Timestamp:
Jun 21, 2024, 12:44:53 PM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names.
  • Modified: Use TFormEx for all forms for code simplification.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r316 r317  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, tachartlazaruspkg, UGame, UCore, Common,
     10  Forms, tachartlazaruspkg, Game, Core, Common,
    1111  TemplateGenerics
    1212  { you can add units after this },
    13   SysUtils, UFormMain, CoolStreaming;
     13  SysUtils, FormMain, CoolStreaming;
    1414
    1515{$R *.res}
     
    3131  Application.Scaled:=True;
    3232  Application.Initialize;
    33   Application.CreateForm(TCore, Core);
    34   Application.CreateForm(TFormMain, FormMain);
     33  Application.CreateForm(TCore, Core.Core);
    3534  Application.Run;
    3635end.
Note: See TracChangeset for help on using the changeset viewer.