mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 11:01:40 -04:00
@@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef MSL_FLOAT_H_
|
||||
#define MSL_FLOAT_H_
|
||||
|
||||
#include "MSL_C/MSL_Common/Src/float.h"
|
||||
|
||||
#define FLT_MAX (*(float*)__float_max)
|
||||
#define FLT_EPSILON (*(float*)__float_epsilon)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user