Changeset 137 for trunk/UCore.pas


Ignore:
Timestamp:
Sep 9, 2022, 1:16:58 AM (22 months ago)
Author:
chronos
Message:
  • Added: Robots page.
  • Modified: Canonical URL for webcams.
  • Modified: Removed compiler mode delphi as it is already set in project.
  • Modified: Updated Common package.
  • Modified: Use Generics.Collections instead of fgl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r132 r137  
    11unit UCore;
    2 
    3 {$mode delphi}
    42
    53interface
     
    5553
    5654implementation
    57 
    5855
    5956{ TCore }
     
    191188end;
    192189
     190initialization
    193191
    194 initialization
    195   {$I UCore.lrs}
     192{$I UCore.lrs}
    196193
    197194end.
Note: See TracChangeset for help on using the changeset viewer.