plumageRender/external/glm/test/ext/ext_vec1.cpp

9 lines
76 B
C++

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