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/game/server/te_effect_dispatch.h | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'mp/src/game/server/te_effect_dispatch.h') diff --git a/mp/src/game/server/te_effect_dispatch.h b/mp/src/game/server/te_effect_dispatch.h index 8d4a8f0c..b759ed59 100644 --- a/mp/src/game/server/te_effect_dispatch.h +++ b/mp/src/game/server/te_effect_dispatch.h @@ -1,23 +1,23 @@ -//========= Copyright Valve Corporation, All rights reserved. ============// -// -// Purpose: -// -// $NoKeywords: $ -//=============================================================================// - -#ifndef TE_EFFECT_DISPATCH_H -#define TE_EFFECT_DISPATCH_H -#ifdef _WIN32 -#pragma once -#endif - - -#include "effect_dispatch_data.h" -#include "recipientfilter.h" - - -void DispatchEffect( const char *pName, const CEffectData &data ); -void DispatchEffect( const char *pName, const CEffectData &data, CRecipientFilter &filter ); - - -#endif // TE_EFFECT_DISPATCH_H +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef TE_EFFECT_DISPATCH_H +#define TE_EFFECT_DISPATCH_H +#ifdef _WIN32 +#pragma once +#endif + + +#include "effect_dispatch_data.h" +#include "recipientfilter.h" + + +void DispatchEffect( const char *pName, const CEffectData &data ); +void DispatchEffect( const char *pName, const CEffectData &data, CRecipientFilter &filter ); + + +#endif // TE_EFFECT_DISPATCH_H -- cgit v1.2.3