mame/3rdparty/glm/test/gtc/gtc_matrix_integer.cpp
2016-09-03 14:39:25 +02:00

9 lines
86 B
C++

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