Ignore:
Timestamp:
Jun 30, 2023, 3:46:36 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Simplified unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/overos/overos.lpr

    r24 r39  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UWindow, UMouse, USystem, UTypes, UControls, UGraphics,
    11   UApplication, SysUtils
     10  Forms, FormMain, Os.Window, Os.Mouse, Os.System, Os.Types, Os.Controls,
     11  Os.Graphics, Os.Application, SysUtils
    1212  { you can add units after this };
    1313
     
    2828  RequireDerivedFormResource:=True;
    2929  Application.Initialize;
    30   Application.CreateForm(TFormMain, FormMain);
     30  Application.CreateForm(TFormMain, FormMain.FormMain);
    3131  Application.Run;
    3232end.
Note: See TracChangeset for help on using the changeset viewer.