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