mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 22:18:58 +00:00
6 lines
127 B
C++
6 lines
127 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "CarAI.h"
|
||
|
|
||
|
WRAPPER void CCarAI::UpdateCarAI(CVehicle*) { EAXJMP(0x413E50); }
|