source-engine/game/client/replay/cdll_replay.h

16 lines
467 B
C
Raw Normal View History

2020-04-22 16:56:21 +00:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//=======================================================================================//
#ifndef CDLL_REPLAY_H
#define CDLL_REPLAY_H
#ifdef _WIN32
#pragma once
#endif
//----------------------------------------------------------------------------------------
class IReplayEngineClient;
//----------------------------------------------------------------------------------------
#endif