prepare 1.62.0-beta

This commit is contained in:
sonoro1234
2018-06-30 10:03:55 +02:00
parent 56f84c1859
commit d2d0688883
11 changed files with 1860 additions and 2494 deletions

View File

@@ -82,7 +82,7 @@ typedef struct ImDrawList ImDrawList;
typedef struct ImDrawData ImDrawData;
typedef struct ImDrawCmd ImDrawCmd;
typedef struct ImDrawChannel ImDrawChannel;
typedef void* ImTextureID;// dear imgui, v1.63 WIP
typedef void* ImTextureID;// dear imgui, v1.62
// (headers)
// See imgui.cpp file for documentation.
// Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code.