Files
glm/test/gtx/gtx.cpp
2017-08-16 12:01:23 +02:00

9 lines
70 B
C++

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