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

int main()
{
	int Error(0);

	return Error;
}