css_enhanced_waf/game/client/dod/fx_dod_blood.h
2022-04-16 12:05:19 +03:00

20 lines
378 B
C

//========= 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