summaryrefslogtreecommitdiffstats
path: root/source/core/slang-math.cpp
blob: a57b0dac23e3e4248ec0045a8284ded85623d6f0 (plain)
1
2
3
4
5
6
7
8
9
#include "slang-math.h"

namespace CoreLib
{
	namespace Basic
	{
		const float Math::Pi = 3.141592654f;
	}
}