diff options
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 |
