diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-05-16 00:52:26 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2025-05-16 00:52:26 -0600 |
| commit | 47626be235111990bdf279e33c1527475271760b (patch) | |
| tree | 92a130da7e8d4d202d2ce75961552824856da27c /src/racing/math_util.h | |
| parent | b4e39c01cdcafcb0ea80f0a975659fced123e68a (diff) | |
Pushed a ton of interpolation fixesfps-interpolation-2
Diffstat (limited to 'src/racing/math_util.h')
| -rw-r--r-- | src/racing/math_util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/racing/math_util.h b/src/racing/math_util.h index d5d7bf3c4..43ccc249a 100644 --- a/src/racing/math_util.h +++ b/src/racing/math_util.h @@ -12,6 +12,10 @@ #define sqr(x) ((x) * (x)) +#ifdef __cplusplus +extern "C" { +#endif + // Here to appease the pragma gods double fabs(double x); @@ -72,4 +76,8 @@ extern s32 D_802B91C0[]; extern Vec3f D_802B91C8; // extern Mtx gIdentityMatrix; +#ifdef __cplusplus +} +#endif + #endif // MATH_UTIL_H |
