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/game/server/grenadethrown.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/game/server/grenadethrown.h')
| -rw-r--r-- | mp/src/game/server/grenadethrown.h | 76 |
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 |