summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index dad2e26af2..585ed6a542 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -260,6 +260,7 @@ public:
coord_def size() const;
int glyph(int x, int y) const;
+ int glyph(const coord_def &) const;
bool is_solid(int gly) const;
bool solid_borders(map_section_type border);