Debug: extracted debug log 0xXXXXXXX scanning into a helper function. (#5855)

This commit is contained in:
ocornut
2024-05-29 18:48:25 +02:00
parent 109a8632d7
commit 868f444620
4 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.90.8 WIP"
#define IMGUI_VERSION_NUM 19071
#define IMGUI_VERSION_NUM 19072
#define IMGUI_HAS_TABLE
/*