summaryrefslogtreecommitdiffstats
path: root/src/render/WeaponEffects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/WeaponEffects.h')
-rw-r--r--src/render/WeaponEffects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/WeaponEffects.h b/src/render/WeaponEffects.h
index 6edcd60b..e4d0461a 100644
--- a/src/render/WeaponEffects.h
+++ b/src/render/WeaponEffects.h
@@ -19,4 +19,5 @@ public:
static void Render(void);
static void ClearCrossHair();
static void MarkTarget(CVector, uint8, uint8, uint8, uint8, float);
+ static void Init(void);
};