hedgewars/uAIMisc.pas
changeset 4357 a1fcfc341a52
parent 3894 9abce5468583
child 4359 83ef50815535
equal deleted inserted replaced
4355:4554c4df9f1a 4357:a1fcfc341a52
    18 
    18 
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit uAIMisc;
    21 unit uAIMisc;
    22 interface
    22 interface
    23 uses SDLh, uConsts, uGears, uFloat;
    23 uses SDLh, uConsts, uGears, uFloat, uTypes;
    24 
    24 
    25 const MAXBONUS = 1024;
    25 const MAXBONUS = 1024;
    26 
    26 
    27 type TTarget = record
    27 type TTarget = record
    28                Point: TPoint;
    28                Point: TPoint;