1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-25 05:55:50 +00:00
re3/src/control/Curves.cpp
2019-08-07 00:32:19 +03:00

7 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); }