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