Implemented Timers in Metrics toolkit

This commit is contained in:
brunoherbelin
2020-11-06 23:03:20 +01:00
parent d3f6f2f87d
commit 6d80c798f5
6 changed files with 45 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ namespace ImGuiToolkit
void SetAccentColor (accent_color color);
struct ImVec4 GetHighlightColor ();
void ShowStats (bool* p_open, int* p_corner);
void ShowStats (bool* p_open, int* p_corner, bool* p_timer);
}