hl2_src-leak-2017/src/game/client/replay/cdll_replay.h

16 lines
467 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//=======================================================================================//
#ifndef CDLL_REPLAY_H
#define CDLL_REPLAY_H
#ifdef _WIN32
#pragma once
#endif
//----------------------------------------------------------------------------------------
class IReplayEngineClient;
//----------------------------------------------------------------------------------------
#endif