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