Files
itgmania212121/stepmania/src/FontCharmaps.h
T

17 lines
262 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
2003-01-16 20:20:09 +00:00
/*
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/