Added 'Source' to metrics (moved to UserInterfaceManager)

This commit is contained in:
brunoherbelin
2021-04-08 00:26:52 +02:00
parent 5a9d4dd55e
commit 28172430dc
6 changed files with 137 additions and 101 deletions

View File

@@ -62,8 +62,6 @@ namespace ImGuiToolkit
void SetAccentColor (accent_color color);
struct ImVec4 HighlightColor (bool active = true);
void ShowStats (bool* p_open, int* p_corner, bool* p_timer);
}
#endif // __IMGUI_TOOLKIT_H_