Changeset 73 for trunk/tunneler.lpr


Ignore:
Timestamp:
Mar 26, 2024, 6:13:44 PM (7 weeks ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tunneler.lpr

    r70 r73  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, TemplateGenerics, UPlatform, FileUtil, SysUtils, Common, UFormNewGame,
    11   UFormMain, UFormMap, UFormGameResult, UCore, UWorld, UMatter, UFastPixel,
    12   USound, AsyncProcess2
     10  Forms, TemplateGenerics, Platform, FileUtil, SysUtils, Common, FormNewGame,
     11  FormMain, FormMap, FormGameResult, Core, World, Matter, FastPixel,
     12  Sound, AsyncProcess2
    1313  { you can add units after this };
    1414
     
    3030  Application.Scaled:=True;
    3131  Application.Initialize;
    32   Application.CreateForm(TCore, Core);
    33   Application.CreateForm(TFormMain, FormMain);
     32  Application.CreateForm(TCore, Core.Core);
     33  Application.CreateForm(TFormMain, FormMain.FormMain);
    3434  {$IFDEF DEBUG}
    3535  {$ENDIF}
Note: See TracChangeset for help on using the changeset viewer.