summaryrefslogtreecommitdiff
path: root/replay/replay_dbg.cpp
blob: f7830353029535b1471fc6765bd0c06c660cb28f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//========= 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." );

//----------------------------------------------------------------------------------------