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