Other Widget

This commit is contained in:
2024-03-22 17:58:28 +01:00
parent fffaa8b048
commit 8835d15e7c
4 changed files with 21 additions and 3 deletions

View File

@@ -20,6 +20,8 @@ public:
// Widgets
void WidgetSpeedSlider(float* speed);
void WidgetButton();
void WidgetFPS();
private:
ImGuiIO* io;