mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 04:49:00 +00:00
5 lines
148 B
C++
5 lines
148 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "Automobile.h"
|
||
|
|
||
|
WRAPPER void CAutomobile::SetDoorDamage(int32, uint32, bool) { EAXJMP(0x530200); }
|