InputText: amends: renames, coding style. (#7925)

This commit is contained in:
ocornut
2024-09-11 14:46:29 +02:00
committed by omar
parent abd07f6d30
commit d1b7817959
4 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.2 WIP"
#define IMGUI_VERSION_NUM 19113
#define IMGUI_VERSION_NUM 19114
#define IMGUI_HAS_TABLE
/*