#include "AppHdr.h"#include "viewchar.h"#include "feature.h"#include "options.h"#include "state.h"

Functions | |
| dungeon_char_type | dchar_by_name (const std::string &name) |
| void | init_char_table (char_set_type set) |
| unsigned | dchar_glyph (dungeon_char_type dchar) |
| std::string | stringize_glyph (unsigned glyph) |
| int | multibyte_strlen (const std::string &s) |
| dungeon_char_type | get_feature_dchar (dungeon_feature_type feat) |
| dungeon_char_type dchar_by_name | ( | const std::string & | name | ) |
| unsigned dchar_glyph | ( | dungeon_char_type | dchar | ) |
| dungeon_char_type get_feature_dchar | ( | dungeon_feature_type | feat | ) |

| void init_char_table | ( | char_set_type | set | ) |
| int multibyte_strlen | ( | const std::string & | s | ) |
| std::string stringize_glyph | ( | unsigned | glyph | ) |
1.5.6