Files
itgmania212121/stepmania/src/FontCharAliases.h
T
2003-01-28 03:40:28 +00:00

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
*/