blob: a7c7438268c0a6d49fe2a307063b414aad567fb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//=======================================================================================//
#ifndef CDLL_REPLAY_H
#define CDLL_REPLAY_H
#ifdef _WIN32
#pragma once
#endif
//----------------------------------------------------------------------------------------
class IReplayEngineClient;
//----------------------------------------------------------------------------------------
#endif
|