Corrected bug
This commit is contained in:
parent
68ba34c17b
commit
882e2abee1
1 changed files with 1 additions and 2 deletions
|
@ -170,6 +170,7 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat); // Transfo
|
||||||
|
|
||||||
#endif // notdef RAYMATH_EXTERN_INLINE
|
#endif // notdef RAYMATH_EXTERN_INLINE
|
||||||
|
|
||||||
|
#endif // RAYMATH_H
|
||||||
//////////////////////////////////////////////////////////////////// end of header file
|
//////////////////////////////////////////////////////////////////// end of header file
|
||||||
|
|
||||||
#if defined(RAYMATH_IMPLEMENTATION) || defined(RAYMATH_EXTERN_INLINE)
|
#if defined(RAYMATH_IMPLEMENTATION) || defined(RAYMATH_EXTERN_INLINE)
|
||||||
|
@ -1096,5 +1097,3 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // RAYMATH_IMPLEMENTATION
|
#endif // RAYMATH_IMPLEMENTATION
|
||||||
|
|
||||||
#endif // RAYMATH_H
|
|
Loading…
Add table
Add a link
Reference in a new issue