summaryrefslogtreecommitdiff
path: root/game/client/tf/halloween/c_merasmus_dancer.cpp
blob: 4f0c08db4958a920a016fec8a5df4cc2953a631f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//========= Copyright Valve Corporation, All rights reserved. ============//
//
//
//
//=============================================================================
#include "cbase.h"
#include "c_merasmus_dancer.h"

// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"

//-----------------------------------------------------------------------------
IMPLEMENT_CLIENTCLASS_DT( C_MerasmusDancer, DT_MerasmusDancer, CMerasmusDancer )
END_RECV_TABLE()


//-----------------------------------------------------------------------------
C_MerasmusDancer::C_MerasmusDancer()
{
}


//-----------------------------------------------------------------------------
C_MerasmusDancer::~C_MerasmusDancer()
{
}