summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewchar.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-06 10:59:07 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-06 11:33:08 +0100
commit89eaa39aa96039062a4d1a0efc2e5c1fe9f54a95 (patch)
tree4c67ecd11663127a2997f87f270e9adba0b70c79 /crawl-ref/source/viewchar.h
parent2e379a184c6e109b57b30116bd0516a4ad752e99 (diff)
downloadcrawl-ref-89eaa39aa96039062a4d1a0efc2e5c1fe9f54a95.tar.gz
crawl-ref-89eaa39aa96039062a4d1a0efc2e5c1fe9f54a95.zip
Move dchar_by_name declaration to proper header.
Diffstat (limited to 'crawl-ref/source/viewchar.h')
-rw-r--r--crawl-ref/source/viewchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/viewchar.h b/crawl-ref/source/viewchar.h
index 96412480ec..b0e606758d 100644
--- a/crawl-ref/source/viewchar.h
+++ b/crawl-ref/source/viewchar.h
@@ -9,5 +9,7 @@ unsigned dchar_glyph(dungeon_char_type dchar);
std::string stringize_glyph(unsigned glyph);
int multibyte_strlen(const std::string &s);
+dungeon_char_type dchar_by_name(const std::string &name);
+
#endif