mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Fix missing M_PI define on Windows
This commit is contained in:
parent
832f1a4857
commit
dc2fefffc7
@ -52,6 +52,10 @@
|
|||||||
#include "esmloader.hpp"
|
#include "esmloader.hpp"
|
||||||
#include "omwloader.hpp"
|
#include "omwloader.hpp"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define M_PI 3.14159 // Windows doesn't have this
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace Ogre;
|
using namespace Ogre;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user