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

    r316 r317  
    1 unit UClientGUI;
     1unit ClientGUI;
    22
    33interface
    44
    55uses
    6   Types, Classes, SysUtils, Graphics, UGameClient, UPlayer, UMap, UGame, UGeometry,
     6  Types, Classes, SysUtils, Graphics, GameClient, Player, Map, Game, Geometry,
    77  Math;
    88
     
    7070
    7171uses
    72   UBuilding;
     72  Building;
    7373
    7474resourcestring
Note: See TracChangeset for help on using the changeset viewer.