aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_closest_point.cpp
blob: 0f6303a5d19571eec1ebe9da7af98bc529af08a2 (plain)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/closest_point.hpp>

int main()
{
	int Error(0);

	return Error;
}