M_PI was redefined in extensions/common/shared.hpp

This commit is contained in:
TheMagnetar 2015-09-08 21:47:16 +02:00
parent d6b51b2138
commit 4ad124d1fe

View File

@ -5,7 +5,6 @@
#include <unordered_map>
#include <random>
#define M_PI 3.14159265358979323846f
#define GRAVITY 9.80665f
#define ABSOLUTE_ZERO_IN_CELSIUS -273.15f
#define KELVIN(t) (t - ABSOLUTE_ZERO_IN_CELSIUS)