mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Initial commit
This commit is contained in:
commit
77cdaaf97e
827 changed files with 418745 additions and 0 deletions
9
src/control/Curves.h
Normal file
9
src/control/Curves.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
class CVector;
|
||||
|
||||
class CCurves
|
||||
{
|
||||
public:
|
||||
static float CalcSpeedScaleFactor(CVector*, CVector*, float, float, float, float);
|
||||
static void CalcCurvePoint(CVector*, CVector*, CVector*, CVector*, float, int32, CVector*, CVector*);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue