Files
Towards/external/glm/test/gtc/gtc_reciprocal.cpp
T

9 lines
79 B
C++
Raw Normal View History

2026-07-18 14:31:15 +02:00
#include <glm/gtc/reciprocal.hpp>
#include <ctime>
int main()
{
return 0;
}