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

int main()
{
	int Error(0);

	return Error;
}