Version 1.91.8

This commit is contained in:
ocornut
2025-01-31 15:57:48 +01:00
parent e6c5296f30
commit dbb5eeaadf
8 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
// dear imgui, v1.91.8 WIP
// dear imgui, v1.91.8
// (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.8 WIP"
#define IMGUI_VERSION_NUM 19174
#define IMGUI_VERSION "1.91.8"
#define IMGUI_VERSION_NUM 19180
#define IMGUI_HAS_TABLE
/*