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

#if 0
namespace Slang
{
	const float Math::Pi = 3.141592654f;
}
#endif