mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Added SNR meter
This commit is contained in:
6
core/src/gui/widgets/snr_meter.h
Normal file
6
core/src/gui/widgets/snr_meter.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <imgui/imgui.h>
|
||||
|
||||
namespace ImGui {
|
||||
void SNRMeter(float val, const ImVec2& size_arg = ImVec2(0, 0));
|
||||
}
|
||||
Reference in New Issue
Block a user