diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/raymath.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/raymath.h b/src/raymath.h index 8ad32528..f5448504 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -170,6 +170,7 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat); // Transfo #endif // notdef RAYMATH_EXTERN_INLINE +#endif // RAYMATH_H //////////////////////////////////////////////////////////////////// end of header file #if defined(RAYMATH_IMPLEMENTATION) || defined(RAYMATH_EXTERN_INLINE) @@ -1096,5 +1097,3 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat) } #endif // RAYMATH_IMPLEMENTATION - -#endif // RAYMATH_H
\ No newline at end of file |
