1
0
mirror of https://github.com/td512/re3.git synced 2026-01-16 21:07:13 +00:00
td512.re3/src/weapons/ProjectileInfo.cpp
2019-12-06 00:55:23 +03:00

7 lines
268 B
C++

#include "common.h"
#include "patcher.h"
#include "ProjectileInfo.h"
#include "Projectile.h"
WRAPPER void CProjectileInfo::RemoveAllProjectiles(void) { EAXJMP(0x55BB80); }
WRAPPER bool CProjectileInfo::RemoveIfThisIsAProjectile(CObject *pObject) { EAXJMP(0x55BBD0); }