glm/test/gtx/gtx_orthonormalize.cpp

9 lines
85 B
C++
Raw Normal View History

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