1
0
mirror of https://github.com/td512/re3.git synced 2026-01-30 23:31:49 +00:00
Files
td512.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); }