hedgewars/uAIMisc.pas
changeset 2587 0dfa56a8513c
parent 2376 ece7b87f1334
child 2599 c7153d2348f3
equal deleted inserted replaced
2586:204e6b2885bc 2587:0dfa56a8513c
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
       
    19 {$INCLUDE options.inc}
       
    20 
    19 unit uAIMisc;
    21 unit uAIMisc;
    20 interface
    22 interface
    21 uses SDLh, uConsts, uGears, uFloat;
    23 uses SDLh, uConsts, uGears, uFloat;
    22 {$INCLUDE options.inc}
       
    23 
    24 
    24 type TTarget = record
    25 type TTarget = record
    25                Point: TPoint;
    26                Point: TPoint;
    26                Score: LongInt;
    27                Score: LongInt;
    27                end;
    28                end;