Tables: Add empty file, skeleton.

This commit is contained in:
omar
2020-10-07 12:04:28 +02:00
committed by ocornut
parent f9b873662b
commit 9c8671e7b0
42 changed files with 158 additions and 23 deletions

View File

@ -37,6 +37,7 @@ HOW TO UPDATE?
Breaking Changes:
- Added imgui_tables.cpp file! Manually constructed project files will need the new file added!
- Backends: moved all backends files (imgui_impl_XXXX.cpp, imgui_impl_XXXX.h) from examples/ to backends/. (#3513)
- Removed redirecting functions/enums names that were marked obsolete in 1.60 (April 2017):
- io.RenderDrawListsFn pointer -> use ImGui::GetDrawData() value and call the render function of your backend