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

10 lines
127 B
C++

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