mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-27 15:24:28 +00:00
20 lines
275 B
C++
20 lines
275 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()
|
|
{
|
|
|
|
} |