mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 04:29:00 +00:00
6 lines
309 B
C++
6 lines
309 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "Curves.h"
|
|
|
|
WRAPPER float CCurves::CalcSpeedScaleFactor(CVector*, CVector*, float, float, float, float) { EAXJMP(0x420410); }
|
|
WRAPPER void CCurves::CalcCurvePoint(CVector*, CVector*, CVector*, CVector*, float, int32, CVector*, CVector*) { EAXJMP(0x4204D0); }
|