glm/test/gtx/gtx_associated_min_max.cpp

10 lines
127 B
C++
Raw Normal View History

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