glm/test/gtx/gtx_associated_min_max.cpp
Christophe Riccio 0e1e181484 Clean up
2016-06-10 23:14:17 +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;
}