mame/3rdparty/glm/test/gtx/gtx_number_precision.cpp
2016-09-03 14:39:25 +02:00

9 lines
87 B
C++

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