update imgui to latest docking branch

This commit is contained in:
BlackMATov
2020-04-20 16:19:15 +07:00
parent bed1e11a4f
commit 5f94c26b9d
10 changed files with 2808 additions and 1998 deletions

View File

@@ -1,5 +1,4 @@
// imgui_stdlib.h
// Wrappers for C++ standard library (STL) types (std::string, etc.)
// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.)
// This is also an example of how you may wrap your own similar types.
// Compatibility: