Comments, tweaks, metrics window tweak

This commit is contained in:
ocornut
2015-05-02 17:54:25 +01:00
parent a3560b274e
commit 221f36e116
2 changed files with 4 additions and 7 deletions

View File

@ -159,7 +159,7 @@ namespace ImGui
IMGUI_API void ShowUserGuide(); // help block
IMGUI_API void ShowStyleEditor(ImGuiStyle* ref = NULL); // style editor block
IMGUI_API void ShowTestWindow(bool* opened = NULL); // test window, demonstrate ImGui features
IMGUI_API void ShowMetricsWindow(bool* opened = NULL); // metrics window
IMGUI_API void ShowMetricsWindow(bool* opened = NULL); // metrics window for debugging imgui
// Window
// See implementation in .cpp for details