mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-08 14:37:09 -04:00
fix to make it compile with cmake 3.31
This commit is contained in:
@@ -12,6 +12,9 @@ extern "C" {
|
||||
#include "math_util.h"
|
||||
#include "math_util_2.h"
|
||||
#include "render_player.h"
|
||||
|
||||
extern Mat4* gInterpolationMatrix;
|
||||
void mtxf_translate(Mat4, Vec3f);
|
||||
}
|
||||
/*
|
||||
Frame interpolation.
|
||||
@@ -234,11 +237,6 @@ Data& append(Op op) {
|
||||
return m.emplace_back();
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
extern Mat4* gInterpolationMatrix;
|
||||
void mtxf_translate(Mat4, Vec3f);
|
||||
}
|
||||
|
||||
MtxF* Matrix_GetCurrent() {
|
||||
return (MtxF*) gInterpolationMatrix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user