From f56bb35301836e56582a575a75864392a0177875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Mon, 2 Dec 2013 19:31:46 -0800 Subject: Fix line endings. WHAMMY. --- mp/src/public/dt_shared.cpp | 226 ++++++++++++++++++++++---------------------- 1 file changed, 113 insertions(+), 113 deletions(-) (limited to 'mp/src/public/dt_shared.cpp') diff --git a/mp/src/public/dt_shared.cpp b/mp/src/public/dt_shared.cpp index 8f2ab172..3508d214 100644 --- a/mp/src/public/dt_shared.cpp +++ b/mp/src/public/dt_shared.cpp @@ -1,113 +1,113 @@ -//========= Copyright Valve Corporation, All rights reserved. ============// -// -// Purpose: -// -// $NoKeywords: $ -// -//=============================================================================// - -#include "dt_shared.h" - -#if !defined (CLIENT_DLL) -#include "sendproxy.h" -#else -#include "recvproxy.h" -#endif - - -// ------------------------------------------------------------------------ // -// Just wrappers to make shared code look easier... -// ------------------------------------------------------------------------ // - -// Use these functions to setup your data tables. -DataTableProp PropFloat( - char *pVarName, // Variable name. - int offset, // Offset into container structure. - int sizeofVar, - int nBits, // Number of bits to use when encoding. - int flags, - float fLowValue, // For floating point, low and high values. - float fHighValue // High value. If HIGH_DEFAULT, it's (1<