mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 15:01:33 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
11 lines
179 B
C
11 lines
179 B
C
|
|
#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
|