* Removed heContrns dependency (replaced by fgl ... again)
This commit is contained in:
@@ -30,7 +30,7 @@ unit UMap;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Classes, heContnrs, UWorldItem;
|
||||
SysUtils, Classes, fgl, UWorldItem;
|
||||
|
||||
const
|
||||
MapCellSize = 3;
|
||||
@@ -60,7 +60,7 @@ type
|
||||
procedure Write(AData: TStream); override;
|
||||
end;
|
||||
|
||||
TMapCellList = specialize TheObjectVector<TMapCell>;
|
||||
TMapCellList = specialize TFPGObjectList<TMapCell>;
|
||||
|
||||
{ TMapBlock }
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ unit UStatics;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Classes, heContnrs, UGenericIndex, UWorldItem, UTiledata;
|
||||
SysUtils, Classes, fgl, UGenericIndex, UWorldItem, UTiledata;
|
||||
|
||||
type
|
||||
{ TStaticItem }
|
||||
@@ -56,7 +56,7 @@ type
|
||||
procedure Write(AData: TStream); override;
|
||||
end;
|
||||
|
||||
TStaticItemList = specialize TheObjectVector<TStaticItem>;
|
||||
TStaticItemList = specialize TFPGObjectList<TStaticItem>;
|
||||
|
||||
{ TStaticBlock}
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ unit UWorldItem;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, heContnrs, UMulBlock;
|
||||
Classes, fgl, UMulBlock;
|
||||
|
||||
type
|
||||
TWorldBlock = class;
|
||||
@@ -81,7 +81,7 @@ type
|
||||
property RawZ: ShortInt read FZ;
|
||||
end;
|
||||
|
||||
TWorldItemList = specialize TheObjectVector<TWorldItem>;
|
||||
TWorldItemList = specialize TFPGObjectList<TWorldItem>;
|
||||
|
||||
{ TWorldBlock }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user