1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00
hl2sdk/game/client/replay/replayperformanceplaybackhandler.h
2013-06-26 15:22:04 -07:00

22 lines
711 B
C

//========= 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