Added wp TextAligned() TextAlignedV(), TextAlignedExV() to internal API. (#7024)

This commit is contained in:
ocornut
2025-04-23 14:39:59 +02:00
parent dcf0d8cab6
commit 6a42d6b339
3 changed files with 53 additions and 2 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.92.0 WIP"
#define IMGUI_VERSION_NUM 19193
#define IMGUI_VERSION_NUM 19194
#define IMGUI_HAS_TABLE
/*