mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 11:36:25 +00:00
CPhone, CPlayerInfo, CFire, CWorld
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
#include "ProjectileInfo.h"
|
||||
#include "Projectile.h"
|
||||
|
||||
|
||||
WRAPPER void CProjectileInfo::RemoveAllProjectiles(void) { EAXJMP(0x55BB80); }
|
||||
WRAPPER bool CProjectileInfo::RemoveIfThisIsAProjectile(CObject *pObject) { EAXJMP(0x55BBD0); }
|
@ -6,4 +6,5 @@ class CProjectileInfo
|
||||
{
|
||||
public:
|
||||
static bool RemoveIfThisIsAProjectile(CObject *pObject);
|
||||
static void RemoveAllProjectiles(void);
|
||||
};
|
Reference in New Issue
Block a user