mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
6 lines
127 B
C++
6 lines
127 B
C++
#pragma once
|
|
#include <imgui/imgui.h>
|
|
|
|
namespace ImGui {
|
|
void SNRMeter(float val, const ImVec2& size_arg = ImVec2(0, 0));
|
|
} |