#include "cbase.h" #include "c_asw_extinguisher_projectile.h" #include "iefx.h" // memdbgon must be the last include file in a .cpp file!!! #include "tier0/memdbgon.h" IMPLEMENT_CLIENTCLASS_DT(C_ASW_Extinguisher_Projectile, DT_ASW_Extinguisher_Projectile, CASW_Extinguisher_Projectile) END_RECV_TABLE() BEGIN_PREDICTION_DATA( C_ASW_Extinguisher_Projectile ) END_PREDICTION_DATA() C_ASW_Extinguisher_Projectile::C_ASW_Extinguisher_Projectile() { } C_ASW_Extinguisher_Projectile::~C_ASW_Extinguisher_Projectile() { }