diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-15 23:30:52 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-15 23:30:52 -0300 |
| commit | bb55545f20151a4b05a7243cd2d568822175995d (patch) | |
| tree | 7b8ab10f4e94e0e5e7e41fda4862f511d3e5ebf7 /src/port/interpolation/FrameInterpolation.cpp | |
| parent | 4b8996049508e69b9ea61c675a6ff3d91f630b59 (diff) | |
more work
Diffstat (limited to 'src/port/interpolation/FrameInterpolation.cpp')
| -rw-r--r-- | src/port/interpolation/FrameInterpolation.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/port/interpolation/FrameInterpolation.cpp b/src/port/interpolation/FrameInterpolation.cpp index dcc49a025..386561be8 100644 --- a/src/port/interpolation/FrameInterpolation.cpp +++ b/src/port/interpolation/FrameInterpolation.cpp @@ -5,7 +5,7 @@ #include <unordered_map> #include <math.h> #include "port/Engine.h" - +#include <math_util_2.h> #include "FrameInterpolation.h" /* @@ -181,6 +181,8 @@ Data& append(Op op) { return m.emplace_back(); } +extern "C" {extern Mat4* gInterpolationMatrix;} + MtxF* Matrix_GetCurrent(){ return (MtxF*) gInterpolationMatrix; } |
