Пример #1
0
//-----------------------------------------------------------------------------------------------
inline void CommandConsole::WriteTextToLog( const std::string& text, const Color& textColor,
											const Color& backgroundColor, const Color& textShadowColor )
{
	m_log.StoreLine( TextLine( text, textColor, backgroundColor, textShadowColor ) );
}