mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 20:46:03 +08:00
20 lines
294 B
C++
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()
|
||
|
{
|
||
|
|
||
|
}
|