mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 21:44:08 +00:00
yet more CAutomobile
This commit is contained in:
parent
74fcbc8c0a
commit
a65dd41da7
17 changed files with 201 additions and 23 deletions
5
src/core/Explosion.cpp
Normal file
5
src/core/Explosion.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#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); }
|
Loading…
Add table
Add a link
Reference in a new issue