summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/viewmap.h')
-rw-r--r--crawl-ref/source/viewmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/viewmap.h b/crawl-ref/source/viewmap.h
index f667b80979..ad6cb28490 100644
--- a/crawl-ref/source/viewmap.h
+++ b/crawl-ref/source/viewmap.h
@@ -2,6 +2,7 @@
#define VIEWMAP_H
bool emphasise(const coord_def& where);
+unsigned get_map_col(const coord_def& c, bool travel = true);
#endif