Add MA_FLT_MAX in preparation for some work on the high level API.

This commit is contained in:
David Reid
2021-01-24 17:42:07 +10:00
parent 8bd061b6c8
commit 3b3e18d8ec
+8
View File
@@ -6804,6 +6804,14 @@ static MA_INLINE void ma_yield()
#endif #endif
#ifndef MA_FLT_MAX
#ifdef FLT_MAX
#define MA_FLT_MAX FLT_MAX
#else
#define MA_FLT_MAX 3.402823466e+38F
#endif
#endif
#ifndef MA_PI #ifndef MA_PI
#define MA_PI 3.14159265358979323846264f #define MA_PI 3.14159265358979323846264f