ES-DE/external/glm/test/gtc/gtc_reciprocal.cpp

9 lines
79 B
C++

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