css_enhanced_waf/game/server/hl2/assassin_smoke.h

29 lines
523 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
#ifndef ASSASSIN_SMOKE_H
#define ASSASSIN_SMOKE_H
#include "baseparticleentity.h"
class CAssassinSmoke : public CBaseParticleEntity
{
public:
DECLARE_CLASS( CAssassinSmoke, CBaseParticleEntity );
DECLARE_SERVERCLASS();
static CAssassinSmoke* CreateAssassinSmoke (const Vector &pos);
};
#endif//ASSASSIN_SMOKE_H