css_enhanced_waf/game/client/replay/replayperformanceplaybackhandler.h

22 lines
690 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
//=======================================================================================//
#ifndef REPLAYPERFORMANCEPLAYER_H
#define REPLAYPERFORMANCEPLAYER_H
#ifdef _WIN32
#pragma once
#endif
//-----------------------------------------------------------------------------
#include "replay/ireplayperformanceplaybackhandler.h"
//-----------------------------------------------------------------------------
extern IReplayPerformancePlaybackHandler *g_pReplayPerformancePlaybackHandler;
//-----------------------------------------------------------------------------
#endif // REPLAYPERFORMANCEPLAYER_H