16 lines
398 B
C
16 lines
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 |