Files
cool-source-archive/game/server/hl2/assassin_smoke.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

29 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