mirror of
https://github.com/halpz/re3.git
synced 2025-01-09 20:35:27 +00:00
10 lines
337 B
C++
10 lines
337 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "Ped.h"
|
||
|
#include "Pools.h"
|
||
|
|
||
|
//void *CPed::operator new(size_t sz) { return CPools::GetPedPool()->New(); }
|
||
|
//void CPed::operator delete(void *p, size_t sz) { CPools::GetPedPool()->Delete((CPed*)p); }
|
||
|
|
||
|
WRAPPER void CPed::KillPedWithCar(CVehicle *veh, float impulse) { EAXJMP(0x4EC430); }
|