summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtx/gtx_orthonormalize.cpp
blob: 189e79f6d6fca8c32307264bf115ad1dac2461e4 (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtx/orthonormalize.hpp>

int main()
{
	int Error(0);

	return Error;
}