1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 20:46:03 +08:00
Files
hl2sdk/game/client/swarm/c_asw_grub.cpp

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

20 lines
294 B
C++
Raw Normal View History

#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()
{
}