mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-18 13:51:52 +01:00
7cfff963f7
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
6 lines
237 B
C++
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); } |