1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +00:00

Fix missing M_PI define on Windows

This commit is contained in:
Alexander "Ace" Olofsson 2014-06-14 13:29:55 +02:00
parent 832f1a4857
commit dc2fefffc7

View file

@ -52,6 +52,10 @@
#include "esmloader.hpp"
#include "omwloader.hpp"
#ifdef _WIN32
#define M_PI 3.14159 // Windows doesn't have this
#endif
using namespace Ogre;
namespace