summaryrefslogtreecommitdiff
path: root/game/client/dod/fx_dod_blood.h
blob: 83f76bdfb4c94320b1227aea909574e3edc97a59 (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_DOD_BLOOD_H
#define FX_DOD_BLOOD_H
#ifdef _WIN32
#pragma once
#endif


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


#endif // FX_DOD_BLOOD_H