Add find_surface_nodes_in_area LUA call which permit to only get the nodes which...
[oweals/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