mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 20:48:58 +00:00
6 lines
167 B
C++
6 lines
167 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "RoadBlocks.h"
|
||
|
|
||
|
WRAPPER void CRoadBlocks::GenerateRoadBlockCopsForCar(CVehicle*, int32, int16) { EAXJMP(0x4376A0); }
|