Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
glm
/
test
/
gtx
/
gtx_orthonormalize.cpp
blob: 189e79f6d6fca8c32307264bf115ad1dac2461e4 [
file
] [
log
] [
blame
]
#include
<glm/gtx/orthonormalize.hpp>
int
main
()
{
int
Error
(
0
);
return
Error
;
}