Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cgltf.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,10 @@ void cgltf_free(cgltf_data* data);
void cgltf_node_transform_local(const cgltf_node* node, cgltf_float* out_matrix);
void cgltf_node_transform_world(const cgltf_node* node, cgltf_float* out_matrix);

#ifdef __cplusplus
}
#endif

#endif /* #ifndef CGLTF_H_INCLUDED__ */

/*
Expand Down Expand Up @@ -4266,10 +4270,6 @@ static void jsmn_init(jsmn_parser *parser) {

#endif /* #ifdef CGLTF_IMPLEMENTATION */

#ifdef __cplusplus
}
#endif

/* cgltf is distributed under MIT license:
*
* Copyright (c) 2018 Johannes Kuhlmann
Expand Down