summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 14:50:20 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 14:50:20 +0000
commitd6691cfdd356ba705969519779a0bc499187e49a (patch)
tree49bdb26fa51eb9e4f40e2e082b18594030581440 /crawl-ref/source/view.h
parentcd1074ada41482c6127a185084fac16fd6a32508 (diff)
downloadcrawl-ref-d6691cfdd356ba705969519779a0bc499187e49a.tar.gz
crawl-ref-d6691cfdd356ba705969519779a0bc499187e49a.zip
[1857669] Fixed books using the wrong glyph when thrown, removed SYM_foo enum and replaced it with dchars.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3130 c06c8d41-db1a-0410-9941-cceddc491573
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 09d42738e7..5eae770a41 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -215,6 +215,7 @@ inline bool trans_wall_blocking(int x, int y)
std::string screenshot(bool fullscreen = false);
dungeon_char_type get_feature_dchar( dungeon_feature_type feat );
+unsigned dchar_glyph(dungeon_char_type dchar);
unsigned get_sightmap_char(int feature);
unsigned get_magicmap_char(int feature);