diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /mp/src/public/tier0/vcr_shared.h | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/public/tier0/vcr_shared.h')
| -rw-r--r-- | mp/src/public/tier0/vcr_shared.h | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/mp/src/public/tier0/vcr_shared.h b/mp/src/public/tier0/vcr_shared.h index 36ce85ac..d2d5ac75 100644 --- a/mp/src/public/tier0/vcr_shared.h +++ b/mp/src/public/tier0/vcr_shared.h @@ -1,54 +1,54 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef VCR_SHARED_H
-#define VCR_SHARED_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-#define VCRFILE_VERSION 2
-
-
-// Identifiers for the things we record. When playing back, these things should
-// be asked for in the exact same order (otherwise, the engine isn't making all
-// the calls in the same order).
-typedef enum
-{
- VCREvent_Sys_FloatTime=0,
- VCREvent_recvfrom,
- VCREvent_SyncToken,
- VCREvent_GetCursorPos,
- VCREvent_SetCursorPos,
- VCREvent_ScreenToClient,
- VCREvent_Cmd_Exec,
- VCREvent_CmdLine,
- VCREvent_RegOpenKeyEx,
- VCREvent_RegSetValueEx,
- VCREvent_RegQueryValueEx,
- VCREvent_RegCreateKeyEx,
- VCREvent_RegCloseKey,
- VCREvent_PeekMessage,
- VCREvent_GameMsg,
- VCREvent_GetNumberOfConsoleInputEvents,
- VCREvent_ReadConsoleInput,
- VCREvent_GetKeyState,
- VCREvent_recv,
- VCREvent_send,
- VCREvent_Generic,
- VCREvent_CreateThread,
- VCREvent_WaitForSingleObject,
- VCREvent_EnterCriticalSection,
- VCREvent_Time,
- VCREvent_LocalTime,
- VCREvent_GenericString,
- VCREvent_NUMEVENTS
-} VCREvent;
-
-
-#endif // VCR_SHARED_H
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef VCR_SHARED_H +#define VCR_SHARED_H +#ifdef _WIN32 +#pragma once +#endif + + +#define VCRFILE_VERSION 2 + + +// Identifiers for the things we record. When playing back, these things should +// be asked for in the exact same order (otherwise, the engine isn't making all +// the calls in the same order). +typedef enum +{ + VCREvent_Sys_FloatTime=0, + VCREvent_recvfrom, + VCREvent_SyncToken, + VCREvent_GetCursorPos, + VCREvent_SetCursorPos, + VCREvent_ScreenToClient, + VCREvent_Cmd_Exec, + VCREvent_CmdLine, + VCREvent_RegOpenKeyEx, + VCREvent_RegSetValueEx, + VCREvent_RegQueryValueEx, + VCREvent_RegCreateKeyEx, + VCREvent_RegCloseKey, + VCREvent_PeekMessage, + VCREvent_GameMsg, + VCREvent_GetNumberOfConsoleInputEvents, + VCREvent_ReadConsoleInput, + VCREvent_GetKeyState, + VCREvent_recv, + VCREvent_send, + VCREvent_Generic, + VCREvent_CreateThread, + VCREvent_WaitForSingleObject, + VCREvent_EnterCriticalSection, + VCREvent_Time, + VCREvent_LocalTime, + VCREvent_GenericString, + VCREvent_NUMEVENTS +} VCREvent; + + +#endif // VCR_SHARED_H |