Update raylib
This commit is contained in:
parent
3a18a355e3
commit
ae533ad60f
6 changed files with 52 additions and 32 deletions
|
|
@ -77,6 +77,11 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" { // Prevents name mangling of functions
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Defines and Macros
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
@ -2523,5 +2528,8 @@ RMAPI int QuaternionEquals(Quaternion p, Quaternion q)
|
|||
|
||||
return result;
|
||||
}
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // RAYMATH_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue