diff options
| author | BastiaanOlij <mux213@gmail.com> | 2017-01-18 21:55:47 +1100 |
|---|---|---|
| committer | BastiaanOlij <mux213@gmail.com> | 2017-01-18 21:55:47 +1100 |
| commit | d11a4c11203049584fd5d3d34f3554e5c9289d01 (patch) | |
| tree | 7acf9382de6fdb12c3687af43973fe0936057d92 /core/math/math_funcs.h | |
| parent | 430b008b0d1e39d9190c153e86c800b023a58963 (diff) | |
| download | redot-engine-d11a4c11203049584fd5d3d34f3554e5c9289d01.tar.gz | |
Some changes in the header so Godot3 compiles again on Windows.
Diffstat (limited to 'core/math/math_funcs.h')
| -rw-r--r-- | core/math/math_funcs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index e81646b1ca..665182afcf 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -33,10 +33,9 @@ #include "math_defs.h" #include "pcg.h" -#ifndef NO_MATH_H #include <math.h> -#endif - +#include <float.h> + #define Math_PI 3.14159265358979323846 #define Math_SQRT12 0.7071067811865475244008443621048490 |
