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

    r316 r317  
    1 unit UNation;
     1unit Nation;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Graphics, UItemList;
     6  Classes, SysUtils, Graphics, ItemList;
    77
    88type
Note: See TracChangeset for help on using the changeset viewer.