summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtx/gtx_polar_coordinates.cpp
blob: 1ac584979d00f070083a1f85f0fa82ca7ae05140 (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtx/polar_coordinates.hpp>

int main()
{
	int Error(0);

	return Error;
}