glm/test/gtx/gtx_matrix_cross_product.cpp

9 lines
91 B
C++
Raw Normal View History

#include <glm/gtx/matrix_cross_product.hpp>
int main()
{
int Error(0);
return Error;
}