glm/test/ext/ext_matrix_transform.cpp

11 lines
132 B
C++
Raw Normal View History

#include <glm/ext/matrix_relational.hpp>
//#include <glm/ext/matrix_transform.hpp>
int main()
{
int Error = 0;
return Error;
}