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

int main()
{
	int Error(0);

	return Error;
}