glm/test/gtc/gtc_vec1.cpp
Christophe Riccio 0e1e181484 Clean up
2016-06-10 23:14:17 +02:00

9 lines
76 B
C++

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