css_enhanced_waf/game/server/tf/te_tfblood.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

16 lines
No EOL
398 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef TE_TFBLOOD_H
#define TE_TFBLOOD_H
#ifdef _WIN32
#pragma once
#endif
void TE_TFBlood( IRecipientFilter& filter, float delay, const Vector &origin, const Vector &normal, int nEntIndex );
#endif