summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/l_defs.h')
-rw-r--r--crawl-ref/source/l_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/l_defs.h b/crawl-ref/source/l_defs.h
index 439e9e7d0e..641af4a117 100644
--- a/crawl-ref/source/l_defs.h
+++ b/crawl-ref/source/l_defs.h
@@ -13,6 +13,7 @@ std::vector<std::string> dungeon_feature_matches(const std::string &name);
const char *dungeon_feature_name(dungeon_feature_type feat);
std::string dgn_set_default_depth(const std::string &s);
void dgn_reset_default_depth();
+bool in_show_bounds(const coord_def &c);
#endif