From 3977b123c4b05ea20323805fa901a213ecaeac3e Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 10 Nov 2009 12:42:34 +0100 Subject: Split shouting and stealth code from view.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 7e5188a40f..56dce671b0 100644 --- a/crawl-ref/source/mon-behv.cc +++ b/crawl-ref/source/mon-behv.cc @@ -25,6 +25,7 @@ #include "traps.h" #include "tutorial.h" #include "view.h" +#include "shout.h" static void _set_nearest_monster_foe(monsters *monster); -- cgit v1.2.3-54-g00ecf