Changeset 317 for trunk/Game.pas
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Game.pas
r316 r317 1 unit UGame;1 unit Game; 2 2 3 3 interface … … 5 5 uses 6 6 Classes, SysUtils, ExtCtrls, Graphics, XMLConf, XMLRead, XMLWrite, Forms, 7 DOM, Math, LazFileUtils, XML, Dialogs, LCLType, LCLIntf, UBuilding, UGeometry,8 UPlayer, UMap, UMapType, UUnit, UGameSystem;7 DOM, Math, LazFileUtils, XML, Dialogs, LCLType, LCLIntf, Building, Geometry, 8 Player, Map, MapType, &Unit, GameSystem; 9 9 10 10 const
Note:
See TracChangeset
for help on using the changeset viewer.