glm/test/ext/ext_vec1.cpp
2017-08-17 17:36:40 +02:00

9 lines
76 B
C++

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