css_enhanced_waf/game/server/hl2/assassin_smoke.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

28 lines
523 B
C++

//========= 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