Sign in
flutter
/
third_party
/
tinygltf
/
c4e4155bf74bc2d2367e61ba913fc50de182c451
/
.
/
examples
/
common
/
glm
/
test
/
gtx
/
gtx_norm.cpp
blob: 38cef8c27387b44bbeea7f71295222fcb86456e0 [
file
]
#define
GLM_ENABLE_EXPERIMENTAL
#include
<glm/gtx/norm.hpp>
int
main
()
{
int
Error
(
0
);
return
Error
;
}