css_enhanced_waf/replay/replay_dbg.cpp
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

14 lines
No EOL
559 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
//=======================================================================================//
#include "replay_dbg.h"
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
//----------------------------------------------------------------------------------------
ConVar replay_debug( "replay_debug", "0", FCVAR_DONTRECORD, "Show Replay debug info." );
//----------------------------------------------------------------------------------------