1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00
minetest/src/util/mathconstants.h

8 lines
103 B
C
Raw Normal View History

2012-06-23 09:06:03 -04:00
#include <math.h>
// MSVC doesn't seem to define this
#ifndef M_PI
#define M_PI 3.1415926535
#endif