Changeset 317 for trunk/Map.pas


Ignore:
Timestamp:
Jun 21, 2024, 12:44:53 PM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names.
  • Modified: Use TFormEx for all forms for code simplification.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Map.pas

    r316 r317  
    1 unit UMap;
     1unit Map;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Graphics, ExtCtrls, UGeometry, DOM, Generics.Collections,
    7   Generics.Defaults, UBuilding, XML, UUnit;
     6  Classes, SysUtils, Graphics, ExtCtrls, Geometry, DOM, Generics.Collections,
     7  Generics.Defaults, Building, XML, &Unit;
    88
    99const
     
    196196
    197197uses
    198   UPlayer, UGame;
     198  Player, Game;
    199199
    200200{ TCellLink }
Note: See TracChangeset for help on using the changeset viewer.