Version 1.89

+ fix warning from a582d92
This commit is contained in:
ocornut
2022-11-15 14:23:44 +01:00
parent a582d92c31
commit 81160fee56
8 changed files with 35 additions and 39 deletions

View File

@ -1,4 +1,4 @@
// dear imgui, v1.89 WIP
// dear imgui, v1.89
// (headers)
// Help:
@ -22,8 +22,8 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89 WIP"
#define IMGUI_VERSION_NUM 18838
#define IMGUI_VERSION "1.89"
#define IMGUI_VERSION_NUM 18900
#define IMGUI_HAS_TABLE
/*