Skip to content

Commit

Permalink
merge: pull request #73 from micb25/dev
Browse files Browse the repository at this point in the history
Add an integer encoded version number (`IMPLOT3D_VERSION_NUM`)
  • Loading branch information
brenocq authored Mar 2, 2025
2 parents b482b90 + 47d1843 commit 4fbc672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implot3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#endif

#define IMPLOT3D_VERSION "0.2" // ImPlot3D version
#define IMPLOT3D_VERSION_NUM 200 // Integer encoded version
#define IMPLOT3D_AUTO -1 // Deduce variable automatically
#define IMPLOT3D_AUTO_COL ImVec4(0, 0, 0, -1) // Deduce color automatically
#define IMPLOT3D_TMP template <typename T> IMPLOT3D_API
Expand Down

0 comments on commit 4fbc672

Please sign in to comment.