glm/test/gtx/gtx_norm.cpp

9 lines
75 B
C++
Raw Normal View History

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