glm/test/gtx/gtx_intersect.cpp

9 lines
80 B
C++
Raw Normal View History

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