blob: 5e03ba9573335502cf031c9729abe94d57ef48e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//========= 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
|