mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-10 18:09:16 +00:00
14 lines
256 B
C++
14 lines
256 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "Train.h"
|
||
|
|
||
|
CTrain::CTrain(int mi, uint8 owner)
|
||
|
{
|
||
|
ctor(mi, owner);
|
||
|
}
|
||
|
|
||
|
WRAPPER CTrain* CTrain::ctor(int, uint8) { EAXJMP(0x54E2A0); }
|
||
|
|
||
|
STARTPATCHES
|
||
|
InjectHook(0x54E450, &CTrain::dtor, PATCH_JUMP);
|
||
|
ENDPATCHES
|