diff options
Diffstat (limited to 'mp/src/game/server/movie_explosion.h')
| -rw-r--r-- | mp/src/game/server/movie_explosion.h | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/mp/src/game/server/movie_explosion.h b/mp/src/game/server/movie_explosion.h index 1ac5a6f3..4cd19c0a 100644 --- a/mp/src/game/server/movie_explosion.h +++ b/mp/src/game/server/movie_explosion.h @@ -1,28 +1,28 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//
-//=============================================================================//
-
-#ifndef MOVIE_EXPLOSION_H
-#define MOVIE_EXPLOSION_H
-
-
-#include "baseparticleentity.h"
-
-
-class MovieExplosion : public CBaseParticleEntity
-{
-public:
- DECLARE_CLASS( MovieExplosion, CBaseParticleEntity );
- DECLARE_SERVERCLASS();
-
- static MovieExplosion* CreateMovieExplosion(const Vector &pos);
-};
-
-
-#endif
-
-
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// + +#ifndef MOVIE_EXPLOSION_H +#define MOVIE_EXPLOSION_H + + +#include "baseparticleentity.h" + + +class MovieExplosion : public CBaseParticleEntity +{ +public: + DECLARE_CLASS( MovieExplosion, CBaseParticleEntity ); + DECLARE_SERVERCLASS(); + + static MovieExplosion* CreateMovieExplosion(const Vector &pos); +}; + + +#endif + + |