DEADSOFTWARE

mapio
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Tue, 21 Jun 2016 02:01:22 +0000 (05:01 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Tue, 21 Jun 2016 02:01:22 +0000 (05:01 +0300)
src/shared/MAPDEF.pas

index b1f55a7576da40725b93d710b22bf83fe84a8de9..d414e7248661e5768524bbd1e4c5748c981b839f 100644 (file)
@@ -332,6 +332,12 @@ Type
                              FXSpreadD: Byte);
   end;
 
+{$INCLUDE mapstructsizes.inc}
+
 implementation
 
+uses SysUtils;
+
+{$INCLUDE mapstructio.inc}
+
 end.