glm/test/ext/ext_vec1.cpp

9 lines
76 B
C++
Raw Normal View History

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