diff options
Diffstat (limited to 'mp/src/common/replay/replaylib.h')
| -rw-r--r-- | mp/src/common/replay/replaylib.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mp/src/common/replay/replaylib.h b/mp/src/common/replay/replaylib.h new file mode 100644 index 00000000..34cb1a9d --- /dev/null +++ b/mp/src/common/replay/replaylib.h @@ -0,0 +1,21 @@ +//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+//=======================================================================================//
+
+#ifndef REPLAYLIB_H
+#define REPLAYLIB_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+//----------------------------------------------------------------------------------------
+
+class IClientReplayContext;
+
+//----------------------------------------------------------------------------------------
+
+bool ReplayLib_Init( const char *pGameDir, IClientReplayContext *pClientReplayContext );
+
+//----------------------------------------------------------------------------------------
+
+#endif // REPLAYLIB_H
\ No newline at end of file |