Changeset 143 for trunk/TransLines.lpr


Ignore:
Timestamp:
May 29, 2023, 7:30:31 PM (11 months ago)
Author:
chronos
Message:

Removed U prefix from all units.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TransLines.lpr

    r130 r143  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, UFormMain, UFormImages, UFormTestCase, UFormTest, Common,
    11   UMenu, UControls, UMetroPassenger, UColors, UView, URiver, UCity, UCore,
    12   UTestCases, UItems, UScene, USceneGameSlots;
     10  Forms, SysUtils, FormMain, FormImages, FormTestCase, FormTest, CommonPackage,
     11  Menu, BasicControls, MetroPassenger, Colors, View, River, City, Core,
     12  TestCases, Items, Scene, SceneGameSlots;
    1313
    1414{$R *.res}
     
    2929  Application.Scaled:=True;
    3030  Application.Initialize;
    31   Application.CreateForm(TCore, Core);
    32   Application.CreateForm(TFormMain, FormMain);
    33   Application.CreateForm(TFormImages, FormImages);
     31  Application.CreateForm(TCore, Core.Core);
    3432  Application.Run;
    3533end.
Note: See TracChangeset for help on using the changeset viewer.