Files
CosmicEngine/lib/All/glm/test/gtc/gtc_reciprocal.cpp

9 lines
79 B
C++
Raw Normal View History

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