We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b72a6 + 670b867 commit 7fc6d3fCopy full SHA for 7fc6d3f
cgltf.h
@@ -462,6 +462,10 @@ void cgltf_free(cgltf_data* data);
462
void cgltf_node_transform_local(const cgltf_node* node, cgltf_float* out_matrix);
463
void cgltf_node_transform_world(const cgltf_node* node, cgltf_float* out_matrix);
464
465
+#ifdef __cplusplus
466
+}
467
+#endif
468
+
469
#endif /* #ifndef CGLTF_H_INCLUDED__ */
470
471
/*
@@ -4266,10 +4270,6 @@ static void jsmn_init(jsmn_parser *parser) {
4266
4270
4267
4271
#endif /* #ifdef CGLTF_IMPLEMENTATION */
4268
4272
4269
-#ifdef __cplusplus
-}
-#endif
-
4273
/* cgltf is distributed under MIT license:
4274
*
4275
* Copyright (c) 2018 Johannes Kuhlmann
0 commit comments