hl2_src-leak-2017/src/dedicated/console/textconsole.cpp

23 lines
602 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
// TextConsole.cpp: implementation of the TextConsole class.
//
//////////////////////////////////////////////////////////////////////
#include "textconsole.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
bool CTextConsole::Init()
{
m_ConsoleVisible = true;
return true;
}