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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 40e45becb6..135314223f 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -194,6 +194,8 @@ bool see_grid( const env_show_grid &show,
bool see_grid(const coord_def &p);
bool see_grid_no_trans( const coord_def &p );
bool trans_wall_blocking( const coord_def &p );
+bool grid_see_grid(int posx_1, int posy_1, int posx_2, int posy_2,
+ dungeon_feature_type allowed = DNGN_UNSEEN);
inline bool see_grid( int grx, int gry )
{