summaryrefslogtreecommitdiff
path: root/src/util/mathconstants.h
blob: 1b478aa95cba55a7e1bd17c7fba937bdc2627303 (plain)
1
2
3
4
5
6
7
#include <math.h>

// MSVC doesn't seem to define this
#ifndef M_PI
	#define M_PI 3.1415926535
#endif