diff options
author | madmaxoft <github@xoft.cz> | 2014-03-12 15:20:33 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-12 15:20:33 +0100 |
commit | ec23e2591e710645f8b339599a187853e8af404a (patch) | |
tree | f293d0fe8d1211261eb454efb6a36c3ebfcdcf73 /src/Vector3.h | |
parent | Merge remote-tracking branch 'xdot/master' (diff) | |
parent | M_PI MSVC Fix (diff) | |
download | cuberite-ec23e2591e710645f8b339599a187853e8af404a.tar cuberite-ec23e2591e710645f8b339599a187853e8af404a.tar.gz cuberite-ec23e2591e710645f8b339599a187853e8af404a.tar.bz2 cuberite-ec23e2591e710645f8b339599a187853e8af404a.tar.lz cuberite-ec23e2591e710645f8b339599a187853e8af404a.tar.xz cuberite-ec23e2591e710645f8b339599a187853e8af404a.tar.zst cuberite-ec23e2591e710645f8b339599a187853e8af404a.zip |
Diffstat (limited to 'src/Vector3.h')
-rw-r--r-- | src/Vector3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vector3.h b/src/Vector3.h index 80583879a..b7a810fc5 100644 --- a/src/Vector3.h +++ b/src/Vector3.h @@ -3,7 +3,7 @@ - +#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC) #include <math.h> |