push before merge

This commit is contained in:
Ryzerth
2020-12-28 14:39:30 +01:00
parent dd4ec22b39
commit f217804838
4 changed files with 158 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <imgui/imgui.h>
namespace ImGui {
void VolumeMeter(float avg, float peak, float val_min, float val_max, const ImVec2& size_arg = ImVec2(0, 0));
}