aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/grenadethrown.h
diff options
context:
space:
mode:
authorJørgen P. Tjernø <[email protected]>2013-12-02 19:31:46 -0800
committerJørgen P. Tjernø <[email protected]>2013-12-02 19:46:31 -0800
commitf56bb35301836e56582a575a75864392a0177875 (patch)
treede61ddd39de3e7df52759711950b4c288592f0dc /mp/src/game/server/grenadethrown.h
parentMark some more files as text. (diff)
downloadsource-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz
source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/game/server/grenadethrown.h')
-rw-r--r--mp/src/game/server/grenadethrown.h76
1 files changed, 38 insertions, 38 deletions
diff --git a/mp/src/game/server/grenadethrown.h b/mp/src/game/server/grenadethrown.h
index 2413914c..361f13f1 100644
--- a/mp/src/game/server/grenadethrown.h
+++ b/mp/src/game/server/grenadethrown.h
@@ -1,38 +1,38 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose: Header file for player-thrown grenades.
-//
-// $Workfile: $
-// $Date: $
-//
-//-----------------------------------------------------------------------------
-// $Log: $
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef GRENADE_BASE_H
-#define GRENADE_BASE_H
-#pragma once
-
-#include "basegrenade_shared.h"
-
-class CSprite;
-
-#define GRENADE_TIMER 5 // Try 5 seconds instead of 3?
-
-//-----------------------------------------------------------------------------
-// Purpose: Base Thrown-Grenade class
-//-----------------------------------------------------------------------------
-class CThrownGrenade : public CBaseGrenade
-{
-public:
- DECLARE_CLASS( CThrownGrenade, CBaseGrenade );
-
- void Spawn( void );
- void Thrown( Vector vecOrigin, Vector vecVelocity, float flExplodeTime );
-};
-
-
-
-#endif // GRENADE_BASE_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose: Header file for player-thrown grenades.
+//
+// $Workfile: $
+// $Date: $
+//
+//-----------------------------------------------------------------------------
+// $Log: $
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef GRENADE_BASE_H
+#define GRENADE_BASE_H
+#pragma once
+
+#include "basegrenade_shared.h"
+
+class CSprite;
+
+#define GRENADE_TIMER 5 // Try 5 seconds instead of 3?
+
+//-----------------------------------------------------------------------------
+// Purpose: Base Thrown-Grenade class
+//-----------------------------------------------------------------------------
+class CThrownGrenade : public CBaseGrenade
+{
+public:
+ DECLARE_CLASS( CThrownGrenade, CBaseGrenade );
+
+ void Spawn( void );
+ void Thrown( Vector vecOrigin, Vector vecVelocity, float flExplodeTime );
+};
+
+
+
+#endif // GRENADE_BASE_H