mame/3rdparty/glm/test/gtx/gtx_normalize_dot.cpp
2016-09-03 14:39:25 +02:00

9 lines
84 B
C++

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