Skip to content

Commit 2f99b2d

Browse files
committed
Add IMGUI_NODE_EDITOR_VERSION and IMGUI_NODE_EDITOR_VERSION_NUM.
1 parent d101082 commit 2f99b2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: imgui_node_editor.h

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
# include <utility> // std::move
2121

2222

23+
//------------------------------------------------------------------------------
24+
# define IMGUI_NODE_EDITOR_VERSION "0.9.2"
25+
# define IMGUI_NODE_EDITOR_VERSION_NUM 000902
26+
27+
2328
//------------------------------------------------------------------------------
2429
namespace ax {
2530
namespace NodeEditor {

0 commit comments

Comments
 (0)