Version 1.90.8

This commit is contained in:
ocornut
2024-06-06 17:45:40 +02:00
parent 67d886fd63
commit 6f7b5d0ee2
8 changed files with 21 additions and 19 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.90.8 WIP
// dear imgui, v1.90.8
// (headers)
// Help:
@@ -27,8 +27,8 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.90.8 WIP"
#define IMGUI_VERSION_NUM 19076
#define IMGUI_VERSION "1.90.8"
#define IMGUI_VERSION_NUM 19080
#define IMGUI_HAS_TABLE
/*