mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-02 14:04:14 +01:00
7 lines
190 B
C++
7 lines
190 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "ProjectileInfo.h"
|
||
|
#include "Projectile.h"
|
||
|
|
||
|
|
||
|
WRAPPER bool CProjectileInfo::RemoveIfThisIsAProjectile(CObject *pObject) { EAXJMP(0x55BBD0); }
|