summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtx/gtx_number_precision.cpp
blob: 555ad79503d485dcfaa8542853a82f9f592ba317 (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtx/number_precision.hpp>

int main()
{
	int Error(0);

	return Error;
}