17 lines
262 B
C++
17 lines
262 B
C++
#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
|
|
|
|
/*
|
|
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
|
|
*
|
|
* Glenn Maynard
|
|
*/
|