]> git.lizzy.rs Git - minetest.git/blob - src/util/mathconstants.h
Replace SimpleThread by JThread now implementing same features
[minetest.git] / src / util / mathconstants.h
1 #include <math.h>
2
3 // MSVC doesn't seem to define this
4 #ifndef M_PI
5         #define M_PI 3.1415926535
6 #endif
7