Skip to content

Commit

Permalink
Merge pull request #168 from wsw0108/patch-1
Browse files Browse the repository at this point in the history
fix INTELLISENSE definitions for cgltf_write.h
  • Loading branch information
jkuhlmann authored Oct 12, 2021
2 parents 9ba04b0 + caf18f4 commit dd70e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgltf_write.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cgltf_size cgltf_write(const cgltf_options* options, char* buffer, cgltf_size si

#if defined(__INTELLISENSE__) || defined(__JETBRAINS_IDE__)
/* This makes MSVC/CLion intellisense work. */
#define CGLTF_IMPLEMENTATION
#define CGLTF_WRITE_IMPLEMENTATION
#endif

#ifdef CGLTF_WRITE_IMPLEMENTATION
Expand Down

0 comments on commit dd70e93

Please sign in to comment.