summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/map_knowledge.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-10 12:42:34 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-10 12:44:19 +0100
commit3977b123c4b05ea20323805fa901a213ecaeac3e (patch)
treea18491061f515ba43c35aaff1e51366cc5f7af3b /crawl-ref/source/map_knowledge.cc
parentba3b7dbaad47d6e41d3763ec7dd6215bd74cfb5f (diff)
downloadcrawl-ref-3977b123c4b05ea20323805fa901a213ecaeac3e.tar.gz
crawl-ref-3977b123c4b05ea20323805fa901a213ecaeac3e.zip
Split shouting and stealth code from view.cc.
Diffstat (limited to 'crawl-ref/source/map_knowledge.cc')
-rw-r--r--crawl-ref/source/map_knowledge.cc1
1 files changed, 1 insertions, 0 deletions
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.