Version 1.91.7 WIP

This commit is contained in:
ocornut
2024-12-11 15:37:16 +01:00
parent 993fa34749
commit f25665f360
8 changed files with 20 additions and 9 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.91.6
// dear imgui, v1.91.7 WIP
// (headers)
// Help:
@@ -28,8 +28,8 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.6"
#define IMGUI_VERSION_NUM 19160
#define IMGUI_VERSION "1.91.7 WIP"
#define IMGUI_VERSION_NUM 19161
#define IMGUI_HAS_TABLE
/*