glm/test/gtx/gtx_matrix_cross_product.cpp
Christophe Riccio 0e1e181484 Clean up
2016-06-10 23:14:17 +02:00

9 lines
91 B
C++

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