Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-08-02 21:56:32 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-02 21:56:32 +0300
commit8a0701025d1b69f98b533d7c919cf95a0b53e2c9 (patch)
treec05e97aa2e4fbefcf9df8ad77ccb0d213e765b88 /imgui/imgui.h
parentb3a1f932c3ff6807eba20ce7e9e7ff911bcb34ba (diff)
Update imgui to 1.72b.
Diffstat (limited to 'imgui/imgui.h')
-rw-r--r--imgui/imgui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/imgui/imgui.h b/imgui/imgui.h
index 23efa5d6..b7d25947 100644
--- a/imgui/imgui.h
+++ b/imgui/imgui.h
@@ -1,4 +1,4 @@
-// dear imgui, v1.72
+// dear imgui, v1.72b
// (headers)
// See imgui.cpp file for documentation.
@@ -46,8 +46,8 @@ Index of this file:
// Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals. Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens)
-#define IMGUI_VERSION "1.72"
-#define IMGUI_VERSION_NUM 17200
+#define IMGUI_VERSION "1.72b"
+#define IMGUI_VERSION_NUM 17202
#define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert), sizeof(ImDrawIdx))
// Define attributes of all API symbols declarations (e.g. for DLL under Windows)