From 0f68e18e6422e140cb992aa7b1723cacffaa980d Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 16 Nov 2009 15:49:44 +0100 Subject: Split monster_pathfind out into mon-pathfind.cc. --- crawl-ref/source/mon-behv.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/mon-behv.cc') diff --git a/crawl-ref/source/mon-behv.cc b/crawl-ref/source/mon-behv.cc index 9868e8dcda..685beec247 100644 --- a/crawl-ref/source/mon-behv.cc +++ b/crawl-ref/source/mon-behv.cc @@ -17,6 +17,7 @@ #include "los.h" #include "mon-iter.h" #include "mon-place.h" +#include "mon-pathfind.h" #include "mon-stuff.h" #include "mon-util.h" #include "random.h" -- cgit v1.2.3-54-g00ecf