summaryrefslogtreecommitdiffstats
path: root/src/weapons/BulletInfo.h
blob: 3905b56d5196e7d9ae7c9fa653a87cd542489f6f (plain) (blame)
1
2
3
4
5
6
7
#pragma once

class CBulletInfo
{
public:
	static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
};