summaryrefslogtreecommitdiff
path: root/game/client/cstrike/fx_cs_blood.h
blob: 5f496d6f18f8c64f5c897cc62ab4fdc1e2531329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================//

#ifndef FX_CS_BLOOD_H
#define FX_CS_BLOOD_H
#ifdef _WIN32
#pragma once
#endif


void FX_CS_BloodSpray( 
	const Vector &origin,
	const Vector &normal,
	float flDamage );


#endif // FX_CS_BLOOD_H