1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Version 1.91.9 WIP

This commit is contained in:
ocornut 2025-02-03 12:33:40 +01:00
parent e4db4e423d
commit f820bf7cd4
8 changed files with 18 additions and 9 deletions

View file

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