Explorar o código

define M_PI

M_PI isn't a part of standard and may be undefined.
Michael Pavlyshko %!s(int64=11) %!d(string=hai) anos
pai
achega
24af413d61
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Global.h

+ 4 - 0
Global.h

@@ -117,6 +117,10 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 byte in size.");
 #include <android/log.h>
 #endif
 
+#ifndef M_PI
+#define M_PI 3.14159265358979323846
+#endif
+
 /* ---------------------------------------------------------------------------- */
 /* Usings */
 /* ---------------------------------------------------------------------------- */