Big cleanup, split imgui.cpp into imgui_demo.cpp,imgui_draw.cpp imgui_internal.h (#219)

This commit is contained in:
ocornut
2015-07-21 17:00:28 -06:00
parent 60dce8bc22
commit dace68b6fd
5 changed files with 5282 additions and 5053 deletions

View File

@ -1,6 +1,8 @@
// ImGui library v1.44 WIP
// See .cpp file for documentation.
// See ImGui::ShowTestWindow() for sample code.
// Headers
// See imgui.cpp file for documentation.
// See ImGui::ShowTestWindow() in imgui_demo.cpp for demo code.
// Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.
// Get latest version at https://github.com/ocornut/imgui