glm/test/gtc/gtc_reciprocal.cpp

9 lines
79 B
C++
Raw Normal View History

2012-09-19 13:34:23 +00:00
#include <glm/gtc/reciprocal.hpp>
#include <ctime>
2012-09-19 13:34:23 +00:00
int main()
{
return 0;
2012-09-19 13:34:23 +00:00
}