mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 20:18:58 +00:00
7 lines
138 B
C
7 lines
138 B
C
|
#pragma once
|
||
|
|
||
|
class CBulletInfo
|
||
|
{
|
||
|
public:
|
||
|
static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
|
||
|
};
|