summaryrefslogblamecommitdiffstats
path: root/crawl-ref/source/viewchar.h
blob: b0e606758d925d7411f98fc35531dc5d1ed1713d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                 

                                                         

      
#ifndef VIEWCHAR_H
#define VIEWCHAR_H

void init_char_table(char_set_type set);

dungeon_char_type get_feature_dchar( dungeon_feature_type feat );
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