summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-24 22:54:44 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-24 22:54:44 +0000
commit685985f831e2d385aac7b4c68b10f994b1c49b2c (patch)
tree8fed497942508c175dc242c304564568d8e4c586 /crawl-ref/source/view.h
parentb1606bd733165bbfd914e19fe78cce2c343bc59b (diff)
downloadcrawl-ref-685985f831e2d385aac7b4c68b10f994b1c49b2c.tar.gz
crawl-ref-685985f831e2d385aac7b4c68b10f994b1c49b2c.zip
Port r10393 (magic mapping fixes for tiles) to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10394 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index a7214b43aa..fd32f00931 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -163,6 +163,7 @@ inline bool is_terrain_changed( const coord_def& c ) {
return is_terrain_changed(c.x,c.y);
}
bool is_terrain_known(const coord_def &p);
+bool is_terrain_mapped(const coord_def &p);
bool is_notable_terrain(dungeon_feature_type ftype);
inline bool is_terrain_seen(const coord_def &c)