gtx_normalize_dot.cpp 84 Bytes
#include <glm/gtx/normalize_dot.hpp>

int main()
{
	int Error(0);

	return Error;
}