diff -r 204e6b2885bc -r 0dfa56a8513c hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Sun Oct 25 15:55:49 2009 +0000 +++ b/hedgewars/uAIMisc.pas Sun Oct 25 16:35:09 2009 +0000 @@ -16,10 +16,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA *) +{$INCLUDE options.inc} + unit uAIMisc; interface uses SDLh, uConsts, uGears, uFloat; -{$INCLUDE options.inc} type TTarget = record Point: TPoint;