1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-25 06:45:50 +00:00
re3/src/weapons/Weapon.cpp
eray orçunus 7cfff963f7 Big CPed update
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
2019-06-20 17:31:14 +03:00

6 lines
237 B
C++

#include "common.h"
#include "patcher.h"
#include "Weapon.h"
WRAPPER bool CWeapon::Fire(CEntity*, CVector*) { EAXJMP(0x55C380); }
WRAPPER void CWeapon::AddGunshell(CEntity*, CVector const&, CVector2D const&, float) { EAXJMP(0x55F770); }