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:
oneearedrabbit 2024-06-05 16:01:32 -04:00 committed by GitHub
parent 4d48d3c090
commit 171c2e100c
Failed to generate hash of commit
5 changed files with 34 additions and 16 deletions

View file

@ -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