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

    r316 r317  
    1 unit UGameSystem;
     1unit GameSystem;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Generics.Collections, UUnit, DOM, XMLRead, XMLWrite, XML, XMLConf,
    7   FileUtil, LazFileUtils, UMapType, UNation, UBuilding;
     6  Classes, SysUtils, Generics.Collections, &Unit, DOM, XMLRead, XMLWrite, XML, XMLConf,
     7  FileUtil, LazFileUtils, MapType, Nation, Building;
    88
    99type
Note: See TracChangeset for help on using the changeset viewer.