mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 22:29:02 +00:00
6 lines
194 B
C++
6 lines
194 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "BulletInfo.h"
|
||
|
|
||
|
WRAPPER bool CBulletInfo::TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2) { EAXJMP(0x558D40); }
|