diff options
Diffstat (limited to 'mp/src/common/replay/replayhandle.h')
| -rw-r--r-- | mp/src/common/replay/replayhandle.h | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/mp/src/common/replay/replayhandle.h b/mp/src/common/replay/replayhandle.h index 1c920a55..2dd84148 100644 --- a/mp/src/common/replay/replayhandle.h +++ b/mp/src/common/replay/replayhandle.h @@ -1,25 +1,25 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-//=======================================================================================//
-
-#ifndef REPLAYHANDLE_H
-#define REPLAYHANDLE_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-//----------------------------------------------------------------------------------------
-
-#include "platform.h"
-
-//----------------------------------------------------------------------------------------
-
-typedef uint32 ReplayHandle_t;
-
-//----------------------------------------------------------------------------------------
-
-#define REPLAY_HANDLE_INVALID ( (ReplayHandle_t)-1 )
-
-//----------------------------------------------------------------------------------------
-
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +//=======================================================================================// + +#ifndef REPLAYHANDLE_H +#define REPLAYHANDLE_H +#ifdef _WIN32 +#pragma once +#endif + +//---------------------------------------------------------------------------------------- + +#include "platform.h" + +//---------------------------------------------------------------------------------------- + +typedef uint32 ReplayHandle_t; + +//---------------------------------------------------------------------------------------- + +#define REPLAY_HANDLE_INVALID ( (ReplayHandle_t)-1 ) + +//---------------------------------------------------------------------------------------- + #endif // REPLAYHANDLE_H
\ No newline at end of file |