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 129cde3200..3d13f5b7be 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -189,6 +189,7 @@ inline bool see_grid(const coord_def &p) { return see_grid(p.x, p.y); }
std::string screenshot(bool fullscreen = false);
+dungeon_char_type get_feature_dchar( dungeon_feature_type feat );
unsigned get_sightmap_char(int feature);
unsigned get_magicmap_char(int feature);