summaryrefslogtreecommitdiffstats
path: root/src/weapons/BulletInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/weapons/BulletInfo.h')
-rw-r--r--src/weapons/BulletInfo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/weapons/BulletInfo.h b/src/weapons/BulletInfo.h
new file mode 100644
index 00000000..3905b56d
--- /dev/null
+++ b/src/weapons/BulletInfo.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CBulletInfo
+{
+public:
+ static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
+}; \ No newline at end of file