Commit 3b3e18d8 authored by David Reid's avatar David Reid

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

parent 8bd061b6
......@@ -6804,6 +6804,14 @@ static MA_INLINE void ma_yield()
#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
#define MA_PI 3.14159265358979323846264f
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment