summaryrefslogtreecommitdiffstats
path: root/src/Vector3.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-12 15:20:33 +0100
committermadmaxoft <github@xoft.cz>2014-03-12 15:20:33 +0100
commitec23e2591e710645f8b339599a187853e8af404a (patch)
treef293d0fe8d1211261eb454efb6a36c3ebfcdcf73 /src/Vector3.h
parentMerge remote-tracking branch 'xdot/master' (diff)
parentM_PI MSVC Fix (diff)
downloadcuberite-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.h2
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>