Update raylib to the latest version (#101)
* Update raylib to the latest * Update API --------- Co-authored-by: Not-Nik <nik.wipper@gmx.de>
This commit is contained in:
parent
4d48d3c090
commit
171c2e100c
5 changed files with 34 additions and 16 deletions
|
|
@ -78,10 +78,6 @@
|
|||
#endif
|
||||
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" { // Prevents name mangling of functions
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Defines and Macros
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
@ -2528,8 +2524,5 @@ 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