Files
itgmania212121/stepmania/src/FontCharmaps.h
T

11 lines
159 B
C++
Raw Normal View History

2003-01-16 20:11:37 +00:00
#ifndef FONT_CHARMAPS_H
#define FONT_CHARMAPS_H
namespace FontCharmaps
{
extern const wchar_t M_SKIP;
const wchar_t *get_char_map(CString name);
};
#endif