Sign in
◑
Theme
cobalt
/
cobalt.git
/
8c0a79f7d6d2292adce752caee02d1bf07bb92f6
/
.
/
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
;
}