glm/test/gtx/gtx_normalize_dot.cpp

9 lines
84 B
C++
Raw Normal View History

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