mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
10 lines
No EOL
232 B
C++
10 lines
No EOL
232 B
C++
#pragma once
|
|
#include <stdint.h>
|
|
|
|
namespace satdump
|
|
{
|
|
namespace widgets
|
|
{
|
|
bool FrequencyInput(const char *label, uint64_t *frequency_hz, float scale = 0.0f, bool allow_mousewheel = true);
|
|
}
|
|
} // namespace satdump
|