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/map_knowledge.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/map_knowledge.cc') diff --git a/crawl-ref/source/map_knowledge.cc b/crawl-ref/source/map_knowledge.cc index 7db6bfb1bb..87951a4d69 100644 --- a/crawl-ref/source/map_knowledge.cc +++ b/crawl-ref/source/map_knowledge.cc @@ -13,6 +13,7 @@ #include "stuff.h" #include "terrain.h" #include "view.h" +#include "shout.h" // These are hidden from the rest of the world... use the functions // below to get information about the map grid. -- cgit v1.2.3-54-g00ecf