Changeset 317 for trunk/Unit.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/Unit.pas

    r316 r317  
    1 unit UUnit;
     1unit &Unit;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Generics.Collections, UGeometry, DOM, XML, UItemList;
     6  Classes, SysUtils, Generics.Collections, Geometry, DOM, XML, ItemList;
    77
    88type
     
    7979
    8080uses
    81   UPlayer, UMap, UGame;
     81  Player, Map, Game;
    8282
    8383resourcestring
     
    9090  SUnitKind = 'Unit kind';
    9191
    92 
    9392{ TUnitKind }
    9493
Note: See TracChangeset for help on using the changeset viewer.