Changeset 62 for trunk/BigMetro.lpr


Ignore:
Timestamp:
Nov 25, 2020, 4:25:09 PM (3 years ago)
Author:
chronos
Message:
  • Added: Main game menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BigMetro.lpr

    r55 r62  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, UFormMain, UFormImages, Common;
     10  Forms, SysUtils, UFormMain, UFormImages, Common, UMenu;
    1111
    1212{$R *.res}
    1313
    14 {$IFDEF DEBUG}
     14{$if declared(UseHeapTrace)}
    1515const
    1616  HeapTraceLog = 'heaptrclog.trc';
     
    1818
    1919begin
    20   Application.Scaled:=True;
    21   {$IFDEF DEBUG}
     20  {$if declared(UseHeapTrace)}
    2221  // Heap trace
    2322  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
     
    2625
    2726  RequireDerivedFormResource := True;
     27  Application.Scaled:=True;
    2828  Application.Initialize;
    2929  Application.CreateForm(TFormMain, FormMain);
Note: See TracChangeset for help on using the changeset viewer.