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

9 lines
79 B
C++

#include <glm/gtc/reciprocal.hpp>
#include <ctime>
int main()
{
return 0;
}