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