1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

define M_PI

M_PI isn't a part of standard and may be undefined.
This commit is contained in:
Michael Pavlyshko 2014-07-09 17:42:22 +03:00
parent afc6530084
commit 24af413d61

View File

@ -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 */
/* ---------------------------------------------------------------------------- */