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 20052a2d15..f51d6fcd7b 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -203,6 +203,7 @@ bool trans_wall_blocking( int grx, int gry );
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);