satdump/src-core/common/widgets/azel_input.h

7 lines
133 B
C
Raw Permalink Normal View History

2024-08-03 22:55:58 +02:00
#pragma once
#include <stdint.h>
namespace widgets
{
2024-08-04 11:55:25 +02:00
bool AzElInput(const char *label, float *az_el_val, bool allow_edit = true);
2024-08-03 22:55:58 +02:00
}