mirror of
https://github.com/minetest/minetest.git
synced 2024-11-24 08:33:46 +01:00
8 lines
103 B
C
8 lines
103 B
C
#include <math.h>
|
|
|
|
// MSVC doesn't seem to define this
|
|
#ifndef M_PI
|
|
#define M_PI 3.1415926535
|
|
#endif
|
|
|