gtx_intersect.cpp 80 Bytes
#include <glm/gtx/intersect.hpp>

int main()
{
	int Error(0);

	return Error;
}