18 lines
308 B
C++
18 lines
308 B
C++
#ifndef FONT_CHAR_ALIASES
|
|
#define FONT_CHAR_ALIASES
|
|
|
|
#include "RageUtil.h"
|
|
|
|
namespace FontCharAliases {
|
|
void ReplaceMarkers( CString &sText );
|
|
bool GetChar( CString &codepoint, wchar_t &ch );
|
|
};
|
|
|
|
#endif
|
|
|
|
/*
|
|
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
|
|
*
|
|
* Glenn Maynard
|
|
*/
|