mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 11:36:25 +00:00
script 800-899
This commit is contained in:
5
src/weapons/BulletInfo.cpp
Normal file
5
src/weapons/BulletInfo.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#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); }
|
7
src/weapons/BulletInfo.h
Normal file
7
src/weapons/BulletInfo.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CBulletInfo
|
||||
{
|
||||
public:
|
||||
static bool TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2);
|
||||
};
|
Reference in New Issue
Block a user