Changeset 317 for trunk/GameSystem.pas
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/GameSystem.pas
r316 r317 1 unit UGameSystem;1 unit GameSystem; 2 2 3 3 interface 4 4 5 5 uses 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; 8 8 9 9 type
Note:
See TracChangeset
for help on using the changeset viewer.