glm/test/gtx/gtx_normal.cpp

9 lines
77 B
C++
Raw Normal View History

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