hedgewars/uAIMisc.pas
changeset 8793 43e106417a05
parent 8751 4609823efc94
child 8810 b885b995aa95
--- a/hedgewars/uAIMisc.pas	Tue Mar 26 17:34:29 2013 +0100
+++ b/hedgewars/uAIMisc.pas	Tue Mar 26 22:39:22 2013 +0200
@@ -64,6 +64,7 @@
 function  TestCollExcludingObjects(x, y, r: LongInt): boolean; inline;
 function  TestCollExcludingMe(Me: PGear; x, y, r: LongInt): boolean; inline;
 function  TraceShoveFall(x, y, dX, dY: Real): LongInt;
+function TestCollWithLand(x, y, r: LongInt): boolean; inline;
 
 function  RateExplosion(Me: PGear; x, y, r: LongInt): LongInt; inline;
 function  RateExplosion(Me: PGear; x, y, r: LongInt; Flags: LongWord): LongInt;