hedgewars/uAIMisc.pas
changeset 8777 cce79a042cfc
parent 8751 4609823efc94
child 8810 b885b995aa95
--- a/hedgewars/uAIMisc.pas	Tue Mar 26 17:47:06 2013 -0400
+++ b/hedgewars/uAIMisc.pas	Tue Mar 26 17:52:27 2013 -0400
@@ -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;