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/teleport.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/teleport.cc') diff --git a/crawl-ref/source/teleport.cc b/crawl-ref/source/teleport.cc index 83fa11fe67..11f6831fa5 100644 --- a/crawl-ref/source/teleport.cc +++ b/crawl-ref/source/teleport.cc @@ -18,6 +18,7 @@ #include "state.h" #include "terrain.h" #include "view.h" +#include "shout.h" bool random_near_space(const coord_def& origin, coord_def& target, bool allow_adjacent, bool restrict_los, -- cgit v1.2.3-54-g00ecf