Changeset 143 for trunk/Track.pas


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

Removed U prefix from all units.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Track.pas

    r142 r143  
    1 unit UTrack;
     1unit Track;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Math, Generics.Collections, UGeometric, DOM, XMLRead,
    7   XMLWrite, UXMLUtils, UItems;
     6  Classes, SysUtils, Math, Generics.Collections, Geometric, DOM, XML, Items;
    87
    98type
Note: See TracChangeset for help on using the changeset viewer.