summaryrefslogtreecommitdiff
path: root/glm-master/test/gtx/gtx_matrix_cross_product.cpp
blob: c1d0fa958a12b2e46ddb3f29e0c5a6e845119066 (plain)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/matrix_cross_product.hpp>

int main()
{
	int Error(0);

	return Error;
}