1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00
hl2sdk/game/client/swarm/c_asw_grub.cpp
2010-07-22 01:46:14 -05:00

20 lines
294 B
C++

#include "cbase.h"
#include "c_asw_grub.h"
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
IMPLEMENT_CLIENTCLASS_DT(C_ASW_Grub, DT_ASW_Grub, CASW_Grub)
END_RECV_TABLE()
C_ASW_Grub::C_ASW_Grub()
{
}
C_ASW_Grub::~C_ASW_Grub()
{
}