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

int main()
{
	int Error(0);

	return Error;
}