Etterna 0.74.4
Loading...
Searching...
No Matches
FontCharmaps.h
1#ifndef FONT_CHARMAPS_H
2#define FONT_CHARMAPS_H
3#include <string>
4
6namespace FontCharmaps {
7extern const wchar_t M_SKIP;
8const wchar_t*
9get_char_map(std::string name);
10};
11
12#endif
Defines common frame to character mappings for Fonts.
Definition FontCharmaps.h:6