eqemu-server/common/glm/test/gtc/gtc_reciprocal.cpp
2018-12-21 00:39:28 -08:00

9 lines
79 B
C++

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