glm/test/ext/ext_vec1.cpp

9 lines
76 B
C++
Raw Normal View History

#include <glm/ext/vec1.hpp>
2017-08-17 15:36:40 +00:00
int main()
{
int Error = 0;
return Error;
}