summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
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 8bf9e79237..3a47f8adac 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -139,6 +139,7 @@ void set_terrain_seen( int x, int y );
bool is_terrain_known( int x, int y );
bool is_terrain_seen( int x, int y );
bool is_terrain_changed( int x, int y );
+bool is_terrain_known(const coord_def &p);
inline bool is_terrain_seen(const coord_def &c)
{