demotool/glm/test/gtc/gtc_matrix_integer.cpp
2017-09-30 10:26:30 +02:00

8 lines
86 B
C++

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