Sign in
cobalt
/
cobalt.git
/
811113cfaae5e9fe4fd3cc083d3a6aee2e37f2bf
/
.
/
src
/
third_party
/
glm
/
test
/
gtx
/
gtx_closest_point.cpp
blob: 88cf4db17de04c30657576936525a6bf12f4e7f6 [
file
]
#include
<glm/gtx/closest_point.hpp>
int
main
()
{
int
Error
(
0
);
return
Error
;
}