Skip to content

Commit

Permalink
fix INTELLISENSE definitions for cgltf_write.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wsw0108 authored Oct 8, 2021
1 parent 4f1ddaa commit caf18f4
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 caf18f4

Please sign in to comment.