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>2018-08-31 19:37:29 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2018-08-31 19:37:29 +0300
commitfca71e6e0d4697d1fdfc479d757cfd1eba69cfd7 (patch)
treecd16d29e368db6d33f02a09dbee5fc67e332b6dc /imgui/imgui.h
parent0d6d296e9499bb5a5235263bf714c1f0bbddbf34 (diff)
Update to imgui 1.64.
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 52caf451..97f79a87 100644
--- a/imgui/imgui.h
+++ b/imgui/imgui.h
@@ -1,4 +1,4 @@
-// dear imgui, v1.63
+// dear imgui, v1.64
// (headers)
// See imgui.cpp file for documentation.
@@ -23,8 +23,8 @@
// Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals. Work in progress versions typically starts at XYY00 then bounced up to XYY01 when release tagging happens)
-#define IMGUI_VERSION "1.63"
-#define IMGUI_VERSION_NUM 16301
+#define IMGUI_VERSION "1.64"
+#define IMGUI_VERSION_NUM 16401
#define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert))
// Define attributes of all API symbols declarations (e.g. for DLL under Windows)