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