glm/test/gtx/gtx_number_precision.cpp

9 lines
87 B
C++
Raw Normal View History

#include <glm/gtx/number_precision.hpp>
int main()
{
int Error(0);
return Error;
}