diff options
Diffstat (limited to 'mp/src/common/replay/replaylib.h')
| -rw-r--r-- | mp/src/common/replay/replaylib.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/mp/src/common/replay/replaylib.h b/mp/src/common/replay/replaylib.h index 34cb1a9d..9f309807 100644 --- a/mp/src/common/replay/replaylib.h +++ b/mp/src/common/replay/replaylib.h @@ -1,21 +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 );
-
-//----------------------------------------------------------------------------------------
-
+//========= 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 |