glm/test/gtx/gtx_matrix_transform_2d.cpp

9 lines
90 B
C++
Raw Normal View History

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