Files
COOM-OPENGL/include/glm/test/gtc/gtc_matrix_integer.cpp

9 lines
94 B
C++

#include <glm/gtc/matrix_integer.hpp>
int main()
{
int Error = 0;
return Error;
}