diff --git a/deps/linmath.h b/deps/linmath.h index 797e8681..ec63a040 100644 --- a/deps/linmath.h +++ b/deps/linmath.h @@ -3,6 +3,10 @@ #include +#ifdef _MSC_VER +#define inline __inline +#endif + #define LINMATH_H_DEFINE_VEC(n) \ typedef float vec##n[n]; \ static inline void vec##n##_add(vec##n r, vec##n const a, vec##n const b) \