demotool/glm/test/gtc/gtc_reciprocal.cpp

9 lines
79 B
C++
Raw Normal View History

2017-09-30 10:26:30 +02:00
#include <glm/gtc/reciprocal.hpp>
#include <ctime>
int main()
{
return 0;
}