mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-09 06:53:23 +01:00
6 lines
218 B
C++
6 lines
218 B
C++
![]() |
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "Explosion.h"
|
||
|
|
||
|
WRAPPER void CExplosion::AddExplosion(CEntity *explodingEntity, CEntity *culprit, eExplosionType type, const CVector &pos, uint32) { EAXJMP(0x5591C0); }
|