Skip to content

Commit

Permalink
Add IMGUI_NODE_EDITOR_VERSION and IMGUI_NODE_EDITOR_VERSION_NUM.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmd committed Aug 27, 2022
1 parent d101082 commit 2f99b2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imgui_node_editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
# include <utility> // std::move


//------------------------------------------------------------------------------
# define IMGUI_NODE_EDITOR_VERSION "0.9.2"
# define IMGUI_NODE_EDITOR_VERSION_NUM 000902


//------------------------------------------------------------------------------
namespace ax {
namespace NodeEditor {
Expand Down

0 comments on commit 2f99b2d

Please sign in to comment.