1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-07 09:43:40 +08:00
hl2sdk/dlls/hl2_dll/assassin_smoke.h

29 lines
564 B
C++

//========= Copyright Š 1996-2005, 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