summaryrefslogtreecommitdiff
path: root/game/client/cstrike/fx_cs_blood.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/cstrike/fx_cs_blood.h')
-rw-r--r--game/client/cstrike/fx_cs_blood.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/game/client/cstrike/fx_cs_blood.h b/game/client/cstrike/fx_cs_blood.h
new file mode 100644
index 0000000..5f496d6
--- /dev/null
+++ b/game/client/cstrike/fx_cs_blood.h
@@ -0,0 +1,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