1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 18:37:37 +00:00
re3/src/weapons/BulletInfo.h

7 lines
138 B
C
Raw Normal View History

2020-01-03 16:48:13 +00:00
#pragma once
class CBulletInfo
{
public:
static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
};