summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtc/gtc_reciprocal.cpp
blob: 515841325f55818bf802c719bb3c272868c961fb (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtc/reciprocal.hpp>
#include <ctime>

int main()
{
	return 0;
}