satdump/src-core/common/widgets/azel_input.h
2024-08-04 11:55:25 +02:00

7 lines
No EOL
133 B
C++

#pragma once
#include <stdint.h>
namespace widgets
{
bool AzElInput(const char *label, float *az_el_val, bool allow_edit = true);
}