mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 02:46:38 +03:00
5 lines
173 B
C++
5 lines
173 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "ParticleObject.h"
|
|
|
|
WRAPPER void CParticleObject::AddObject(uint16, const CVector &pos, bool remove) { EAXJMP(0x4BC4D0); }
|