css_enhanced_waf/game/client/replay/cdll_replay.h

16 lines
467 B
C
Raw Normal View History

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