1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-21 04:56:01 +08:00
Files
hl2sdk/game/client/swarm/c_asw_vphysics_npc.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
638 B
C++
Raw Permalink Normal View History

//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#include "cbase.h"
#include "c_asw_vphysics_npc.h"
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
IMPLEMENT_CLIENTCLASS_DT(C_ASW_VPhysics_NPC, DT_ASW_VPhysics_NPC, CASW_VPhysics_NPC)
END_RECV_TABLE()
BEGIN_PREDICTION_DATA( C_ASW_VPhysics_NPC )
END_PREDICTION_DATA()
C_ASW_VPhysics_NPC::C_ASW_VPhysics_NPC()
{
}
C_ASW_VPhysics_NPC::~C_ASW_VPhysics_NPC()
{
}